Jump to content

[SOLVED] Ordering from Database


Lamez

Recommended Posts

ok so I am pulling all the information from the foot ball bowl database and I have selected 10 bowls, but with my query I have it comes out like this

 

1

10

2

3

5

...

9

 

Why?

 

here is my query

<?php
$q = mysql_query("SELECT * FROM `foot_bowls` ORDER BY `id` ASC");
?>

Link to comment
https://forums.phpfreaks.com/topic/121138-solved-ordering-from-database/
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.