At 05:25 AM 7/13/2002 +0000, toby - wrote: >1. >i ve a page that picks up random records from mysql database and displays them >now i want to limit the display to 5 or 6 records per page >that is if it could pickup ALL the records in the db and disolay only 5 or >6 on each page
select blah from blah where blah=blah order by rand() limit 5 >my project supervisor wants something like goole search results n i tried >2 reed thru one of the source codes there but its too terrabble .... >couldnt make anythin outta >it .... try the manual first. >2. >i want to redirect a link from the summary of an article to the full >article .... >the article is in mysql db that's a web/cgi question, not a mysql question. -jsd- --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php