At 17:36 7-4-01 +0100, george wrote: > Is it possible to be able to query the DB find the lowest numebr in the >table and then display it on the page. Yup, Query, sort ASC limit 1 and display it.. should do the job.. Bye, B. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] lowest number in field george
- Re: [PHP] lowest number in field Joe Stump
- B. van Ouwerkerk