182x Posted July 25, 2007 Share Posted July 25, 2007 Hey guys, When performing a query in PHP can you use the same mysql_query() results once the php tags where the query resides are closed and another set of php tags are opened for example: <?php //query here ?> <?php //can I use the first mysql_query results again here, or does a new query have to be performed? ?> Link to comment https://forums.phpfreaks.com/topic/61705-solved-php-query-question/ Share on other sites More sharing options...
trq Posted July 25, 2007 Share Posted July 25, 2007 yes. Link to comment https://forums.phpfreaks.com/topic/61705-solved-php-query-question/#findComment-307185 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.