Page 1 of 1

PHP-Mysql multiple queries question

Posted: Fri Jul 09, 2004 2:35 pm
by nada
Are there any things to watch our for when creating pages with multiple queries on the page? It will be a single DB. I just need to extract data from 3-4 different tables, sometimes different data from the same table. some of the queries will be joins, but some queries are totally different then the others.

Thanks.

Posted: Fri Jul 09, 2004 10:26 pm
by kettle_drum
You can use as many queries as you like, just make sure you dont overwrite the variable that holds the result if you still need it elsewhere on the page.