Jump to content

[SOLVED] Order BY & Updating verification


ballouta

Recommended Posts

Hello

 

Question1:

========

I have this qurey, I want to order the result by ID ASC. How?

 

$query = "SELECT members.ID, members.name, members.user, credits.user, credits.num

              FROM members INNER JOIN credits ON members.user = credits.user";

 

Question2:

========

How do i know if an update for a table has been applied successfully?

I used this before for Select: if (mysql_num_rows($result) > 0)

 

thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.