php help?
Posted: Fri Dec 11, 2009 8:15 am
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
"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