Hi, I worked in ColdFusion now i am working in PHP.
I want to to serialize the records returned in a query.
It is done with #currentrow# in ColdFusion dont know how to do it in PHP.
Query returns a Table containing 5 columns with 10 records. I want to automarically number the records returned i.e.
1.
2.
3.
4.
5.
6.
7.
8.
9
10.
records can be not strictly 10 it can be more.
Pls suggest.