Vertexel Posted November 18, 2015 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)
jingzhi Posted November 18, 2015 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
Vertexel Posted November 18, 2015 Author Posted November 18, 2015 Thanks the reply. But I need to use multi-tables Nevermind... Then I use the db_ functions
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