Getting the Mysql row number ?
Moderator: General Moderators
Re: Getting the Mysql row number ?
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 ?
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.