I am trying to write a limit statement for my database. I want to say 
something like

$sql="select author, title, chapter from database where last_update =
"Newest" order by date limit 15";

My question is how do you say " Newest" in php MySQL?
And how do you put t link on the bottom of the page that will select the
next 15 items in the database?

Thank you.

--WIll

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

Reply via email to