This was used to validate the buttons server side:
if (isset($_POST['sex']))
{
echo "you checked the following".$_POST['sex'];
}
else
{
echo "You did not check a radio button";
}
Sex vs Gender
Sex is used for the physical assigned parts (male, female) while Gender is only used for socialization/appearance (masculine, feminine).
{
echo "you checked the following".$_POST['sex'];
}
else
{
echo "You did not check a radio button";
}
Sex vs Gender
Sex is used for the physical assigned parts (male, female) while Gender is only used for socialization/appearance (masculine, feminine).
No comments:
Post a Comment