코딩 공부/PHP

php 리다이렉트

hg_96 2022. 1. 7. 14:40
		// sql 오류시 리다이렉트
		if (empty($data)) {
			redirect(base_url()."이동할 주소");
		}