Jump to content

[SOLVED] Mysql query ORDER BY


MemphiS

Recommended Posts

Currently my code has been working fine but for some reason today it stoped..

 

$search = mysql_query("SELECT `id` , `site_title` FROM `sites` WHERE `accepted`='1' ORDER BY `site_in` DESC LIMIT $lima, $limb");

while (mysql_fetch_row($displaySearch)){

// data,,,

 

But it isnt displaying this correctly.. :s its displaying like 3 then 25 :/

 

Thanks for responding frost110  :) haha

Link to comment
https://forums.phpfreaks.com/topic/58714-solved-mysql-query-order-by/
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.