All pastes #640656 Raw Edit

Problem with $_POST

public php v1 · immutable
#640656 ·published 2007-07-31 15:37 UTC
rendered paste body
<HTML><BODY><?phprequire ("common.php");echo ("<B>You have submitted the following:</B>" .NL . NL . // New line constant"Name: " $_POST["applicant"] . NL ."Phone: " $_POST["phone"] . NL ."E-mail: " $_POST["email"] . NL);// Convert to boolean$avail = isset ($avail);echo ("Available immediately: " . ($avail ? "yes" : "no"));?></BODY></HTML>