Vertexel Posted November 18, 2015 Share Posted November 18, 2015 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) Link to comment
jingzhi Posted November 18, 2015 Share Posted November 18, 2015 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) Use dbFunctions dont use the modules Link to comment
Vertexel Posted November 18, 2015 Author Share Posted November 18, 2015 Thanks the reply. But I need to use multi-tables Nevermind... Then I use the db_ functions Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now