This example of codes shows how conditions are created and certain values returned given the condition returned.
Warning: Undefined variable $gender in /home/lopez437/public_html/infost440/a3/conditions.php on line 20
You selected True for flat earth
Since flat earth was set to \'F\' then the if statement returned.
Below is an example of a PHP case switch, that asks the user for a case to enter and depending on what case they enter, the value is returned for that case.
Warning: Undefined variable $gender in /home/lopez437/public_html/infost440/a3/conditions.php on line 36
Warning: Undefined variable $gender in /home/lopez437/public_html/infost440/a3/conditions.php on line 39
Warning: Undefined variable $gender in /home/lopez437/public_html/infost440/a3/conditions.php on line 42