> A L wrote: > >> 1. How can I get to make results from mysql db to be displayed on web
> Try this: > > Save the whole result set to a local temp file. You'll need a routine for > Read the file twenty or so lines at a time, doing nothing but getting the A simpler answer is to use the LIMIT qualifier on the SELECT line in the query into the database. See the MySQL documentation. -- Music is a quality, organised in sound and in time. http://www.hacksaw.org -- http://www.privatecircus.com -- KB1FVD -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]