i create php code but i wanna to modify it to display the Id from data base as drop down list .... not enter the id by user
how can do it
<?php session_start(); ?> <?xml version = "1.0" encoding = "utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>main </title> <link rel="stylesheet" type="text/css" href="styles.css"/> </head> <body> <form method="POST" action="see1.php"> <h1 align="left"><font face="Cooper Std Black" size="5"><p align="center">Enter Your ID to see the result of evaluation :</p></font><font face="Cooper Std Black" style="font-size: 35pt"> </font></h1> <p align="center"><input type="text" name="b" size="20"></p> <h1 align="center"><font face="Cooper Std Black" style="font-size: 35pt"> </font><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></h1> </form> </body> </html>

New Topic/Question
Reply




MultiQuote




|