Re: Mysql running but not releasing data
Posted by:
Nick Roper
Date: April 28, 2005 02:35PM
Hi David,
When you execute a query are you suppressing errors, or are you using syntax like:
$result = mysql_query($sql_string, $connection) or die(mysql_error($connection));
This may help identify the issue.
What do you have PHP's error/warning levels set at in php.ini ?
Nick
--
Nick Roper
Subject
Written By
Posted
Re: Mysql running but not releasing data
April 28, 2005 02:35PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.