Hey guys!
I'm use ryden's library, and when use the mysql_fetch_row, then the values' not sorting correctly.
E.g. when
--con = connect
mysql_query(con, "SELECT name, id FROM user")
Then the columns with mysql_fetch_row is irregular, the return is name, id, or reverse
Thanks
(Sorry, if you don't understand)