/home/mjc1/public_html/html/1_update.php


1
2
3
4
5
6
7
8
9
10
<?
header
("Content-type:text/html;charset=utf-8");
$dir "..";
include_once(
$dir."/common.php");

print_r($_REQUEST);

echo 
$_REQUEST['g-recaptcha-response'];
// 리차카를 적용하면 g-recaptcha-response 필드 만들어줌 성공하면 이상한 문자 실패시 공백 공백 아닌것만 체크하면됨
?>