Page 1 of 1

php help?

Posted: Fri Dec 11, 2009 8:15 am
by adilmarwat2004
I have mysql database name "prj" contains table named "inf" which has three fields name

"id" , "name" , "marks".

I want to show the "name" and "marks" fields with serial number in php to display.

How it is possible

such that
Sr# Name Marks
1 John 85
2 Smith 86
3 Sana 74

and so on as all record in serial number.

please help me in this regard

Re: php help?

Posted: Fri Dec 11, 2009 10:28 am
by AbraCadaver