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


728x90
복사했습니다!