RE: print on top

2002-04-17 Thread Gurhan Ozen
Jule Slootbeek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 6:39 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: print on top Hey guys and gals, I'm writing this script for my new webpage, and i'm using MySQL to read and add news articles to a page, but everytime

Re: print on top

2002-04-17 Thread Dan Nelson
In the last episode (Apr 17), Mike said: > use ORDER BY ASC or DESC > > $Query = "SELECT * from $TableName ORDER BY DESC"; "ORDER BY postdate DESC", you mean? :) -- Dan Nelson [EMAIL PROTECTED] - Before postin

Re: print on top

2002-04-17 Thread Mike
Sent: Wednesday, April 17, 2002 6:45 PM Subject: Re: print on top > use ORDER BY ASC or DESC > > $Query = "SELECT * from $TableName ORDER BY DESC"; > > Mike > - Original Message - > From: "Jule Slootbeek" <[EMAIL PROTECTED]> > To: <[

Re: print on top

2002-04-17 Thread Mike
use ORDER BY ASC or DESC $Query = "SELECT * from $TableName ORDER BY DESC"; Mike - Original Message - From: "Jule Slootbeek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 6:38 PM Subject: pri

print on top

2002-04-17 Thread Jule Slootbeek
Hey guys and gals, I'm writing this script for my new webpage, and i'm using MySQL to read and add news articles to a page, but everytime i add a new article it puts it under the older one, how can i get it on top? thanks Jule $Link = mysql_connect ($Host, $User, $Password); $Query = "SELECT