On Thu, 20 Feb 2003 17:44:51 +0000, you wrote: >When using a php script to pull recorda from a db how can I cut the records >at 1/4 of the total and arrange them alaphabetically according to a certain >field? Thanks in advance.
http://www.mysql.com/doc/en/SELECT.html LIMIT and ORDER BY. This is really a MySQL question, not PHP. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php