Page 1 of 1

how can i view(out put) one students degree

Posted: Sat Nov 19, 2005 2:34 am
by hemin
can any one help me!
i have adatabase with thousands of records its atable of students results containing this fields:

examID studentsname english geography chemsitry mathmatic physics


and i want to out put one of this records as a request of a form that he want to display one record like the requester input :

that he inputs the examID and output students degress in one window(only students degree)


can any one help me by giving me a php script to find the record by input ing the the examID[/url]

Posted: Sat Nov 19, 2005 3:13 am
by m3mn0n
The MySQL section of the manual has some good code examples. More specifically the mysql_query() page.