Server IP : 172.16.15.8 / Your IP : 18.117.105.40 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/gmsnowman/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- insertForm.html p. 62 --> <CENTER> <h2> Form for Inserting a Record </h2> <hr> <Font color=blue size=4> <Form action=insert.php method=post> Student ID: <input type=text size=20 name=id> <P> First Name: <input type=text size=5 name=fname> <P> Last Name: <input type=text size=5 name=lname> <P> Gender: <input type=text size=5 name=gender> <P> <P> <HR> <input type=submit value=Submit> <input type=reset value=Reset> </Form> </CENTER>