Jump to content

Order database results in PHP


princeofpersia

Recommended Posts

Hi Guys

 

I have a product page in mysql as below:

 

id        itemnumber    order_id

1        348939012    2

2        535432454    1

3        543253424    4

4        987698769    3

 

 

I need to order this in my PHP mysql_fetch_assoc by order id.

 

What I mean is I need to list them by  order_id: 1,2,3,4

 

I have used ORDER BY order_id but still it wont work,

 

any ideas?

Link to comment
https://forums.phpfreaks.com/topic/257455-order-database-results-in-php/
Share on other sites

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.