I have mysql database name "prj" which has two fields id & amount

i want to display the amount field in php and with S#.

like that

S# Amount
1. 7800
2. 5200
3. 7400
.
.
.
10 5369

How it is possible that i can add S# in php page.

plz help me because me in trouble

regards.


Adil