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? ?> Quote Link to comment Share on other sites More sharing options...
trq Posted July 25, 2007 Share Posted July 25, 2007 yes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.