Discussion in 'PHP' started by FriendSwapMeet.com, Mar 15, 2011.
mysql_query("SELECT * FROM post WHERE id='$number'"); how would i make this with ascending tables?
mysql_query("SELECT * FROM `post` WHERE `id`='$number' order by `id` ASC"); Hope this helps.
thanks joy1986joy i just ouldnt think of it off the fly
Separate names with a comma.