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
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
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
:[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
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