Developement/PHP
Post나 Get으로 넘어가는 폼의 아이템들 한번에 출력하는 함수
highheat
2006. 6. 27. 18:33
print("<pre>");
print_r($_POST);
print_r($_GET);
print("</pre>");
print_r($_POST);
print_r($_GET);
print("</pre>");