[PHP] PHP 파라미터 Post로 보내기

PHP POST Action

action=”” -> 자기 자신에게 데이터 보냄 if(isset($_POST[‘Submit’])) { $login_res = login1($_POST[‘UserId’], $_POST[‘Password’]); echo “this > “ . $login_res; }

submit 말고 뭐가 더 있는 지 무슨 역할인지

Comments