2011. 4. 26. 17:32
728x90
3장에서 폼으로부터 넘어온 값을 확인할 수 있는 form.php 파일입니다.
<pre> <? print_r($_GET); print_r($_POST); print_r($_FILES); ?> </pre>
728x90