I realize this is PHP as well as MySQL, but I had to make a judgement call on where to post the question, hope that's okay...
Is there any way to run multiple SQLQuery statements to the same array of results?
For example:
Code:
$SQLQuery = "SELECT * FROM SOMETHING WHERE SOMETHING='TRUE';"; $result = mysql_query($SQLQuery);
Leave a comment: