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]
how can i view(out put) one students degree
Moderator: General Moderators
The MySQL section of the manual has some good code examples. More specifically the mysql_query() page.