<?php
extract($HTTP_POST_VARS);
if($gender=='')
 echo "choice the gender";
if($gender=="male")
 echo "you are male";
if($gender=="female")
 echo "you are female";
?>         

that results an error

Method Not Allowed
The requested method POST is not allowed for the URL /1/x.php. 


--------------------------------------------------------------------------------

Apache/1.3.26 Server at x.x.x.comPort 80

Reply via email to