Jump to content

mysqk_fetch_row with not correct sort


Vertexel

Recommended Posts

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...