Page 2 of 2

Re: Getting the Mysql row number ?

Posted: Fri Sep 02, 2011 2:54 am
by ok
phpMyAdmin always displays the query it used to get the shown results. Try to use that in PHP and see what you get.

Re: Getting the Mysql row number ?

Posted: Fri Sep 02, 2011 3:06 am
by aneuryzma
Well, it is jus SELECT * FROM `Table` . As I told you it is the "default" order. It is probably the order in which the data are stored in memory. Again, I was wondering if I can reuse this information without adding an additional field.