On Friday 03 May 2002 15:08, Liam MacKenzie wrote:
> Hi all, got a problem here...
>
> This bit of script works, but it displays the results the wrong way. 

Computers are never wrong. They just do what they are told.

> I have to scroll to the end of the page to see the last bit of data entered
> into the database, I want the last bit of data entered to be displayed
> first.

>     $SQL = " SELECT * FROM admin_shouts";

Use an ORDER BY clause. See manual for details.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
If they were so inclined, they could impeach him because they don't like
his necktie.
                -- Attorney General William Saxbe
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to