This topic is locked
[SOLVED]

 Where & How To Add In Order By Sn

1/10/2013 10:47:29 PM
PHPRunner General questions
L
lkh11lkh author

dear everyone
$message.="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"users_account_full_list.php?ctlSearchFor=".$division."&srchOptShowStatus=0&ctrlTypeComboStatus=0&srchWinShowStatus=0&a=integrated&id=1&criteria=and&value11=".$division."&field1=Division&option1=Contains\">".$data2["Division"]." (".$data2["numbers2"].")</a>
";
how & where can i add in => ORDER BY SN
please help with thanks

C
cgphp 1/12/2013

The code above is not a SQL query. The ORDER BY keyword is used to sort the result-set (http://www.w3schools.com/sql/sql_orderby.asp).

L
lkh11lkh author 1/15/2013



The code above is not a SQL query. The ORDER BY keyword is used to sort the result-set (http://www.w3schools.com/sql/sql_orderby.asp).


thanks cristian