RE: newbie PHP/mySQL query

2002-04-25 Thread Phil Clandillon
eractive Design -- work: http://www.clandillon.com play: http://www.mrming.co.uk - Original Message - From: "Kim Cosgrove" <[EMAIL PROTECTED]> To: "Phil Clandillon" <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2

Re: newbie PHP/mySQL query

2002-04-25 Thread denonymous
From: "Phil Clandillon" <[EMAIL PROTECTED]> > I'm using a very simple PHP script with mySQL to load a news feed (url > encoded) into flash. I've got it working but I would like the records to > come out in the opposite order, with the newest one first. At the end of your SQL query, simply add a

RE: newbie PHP/mySQL query

2002-04-25 Thread Mike Grabski
ER BY date DESC" Again, my apologies. Mike -Original Message- From: Phil Clandillon [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: newbie PHP/mySQL query Hi everyone, I'm using a very simple PHP script with mySQL to load a new

RE: newbie PHP/mySQL query

2002-04-25 Thread Mike Grabski
:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 11:22 AM To: [EMAIL PROTECTED] Subject: newbie PHP/mySQL query Hi everyone, I'm using a very simple PHP script with mySQL to load a news feed (url encoded) into flash. I've got it working but I would like the records to come out in the oppo

newbie PHP/mySQL query

2002-04-25 Thread Phil Clandillon
Hi everyone, I'm using a very simple PHP script with mySQL to load a news feed (url encoded) into flash. I've got it working but I would like the records to come out in the opposite order, with the newest one first. This is the script: = $cur) { $row = mysql_fetch_array($result); $newsposte