how can i view(out put) one students degree

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hemin
Forum Newbie
Posts: 3
Joined: Wed Nov 16, 2005 4:38 am
Contact:

how can i view(out put) one students degree

Post 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]
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

The MySQL section of the manual has some good code examples. More specifically the mysql_query() page.
Post Reply