Jump to content

[SOLVED] PHP query question


182x

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.