Server IP : 172.16.15.8 / Your IP : 52.15.136.223 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/jtbegley/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- P.90 Using array for form --> <FONT color=green size=4> Tuna Cafe Survey <HR> <P> <FORM action=action7.php method=post> <?php $menu = array("Tuna Casserole", "Tuna Sandwich","Tuna Pie", "Grilled Tuna", "Tuna Surprise"); $bestseller = 2; print "Please indicate all your favorite dishes <BR>"; for ($i=0; $i<count($menu); $i++) { print "<INPUT type=checkbox name=prefer[] value=$i> $menu[$i]"; if ($i == $bestseller) print "<B> [OUR BEST SELLER!!!] </B>"; print "<BR>"; } ?> <P> <HR> <P> <input type="submit" value="Click to Submit"> <input type="reset" value"Erase and Restart"> </FORM> </font> <HR> <?php include("date.php"); ?>