|
-
May 4th, 2002, 03:48 PM
#1
Thread Starter
Hyperactive Member
Sort by date
In this code:
$Sql = "select * from VisualBasicBank where BankID>=1";
$Result = mysql_query($Sql);
while ($Row = mysql_fetch_array($Result))
{
Echo "$Row[Date]";
}
I want to echo $Row[Date] but sorted by date.
What can i add to $Sql to do that ?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|