I noticed the use of SQL concatenation like:
$allowed_fields = array
( 'Site' =>$_POST['Site'], 'MedRec' => $_POST['MedRec'], 'Fname' =>
$_POST['Fname'], 'Lname' => $_POST['Lname'] ,
'Phone' => $_POST['Phone'] , 'Sex' => $_POST['Sex'] , 'Height' =>
$_POST['Height'] );
if(emp
Walter Galvão wrote:
Are you exceeding the PHP script time out, or exceeding the memory
limit?
I dont know. Doesnt appear any message. The script prints the
last message before the oci_execute call.
I'd start by looking at the max_execution_time and memory_limit settings in
php.ini.
Chri
Walter Galvão wrote:
Hi,
Im using the oracle instant client basic in my php app, with apache server.
When a query returns few rows, there is no problem.
Otherwise, the oci_execute method doesn return any records neither errors!
How can i solve this problem??
My implementation:
function execu
t; I have attempted to find a workaround by
altering the
configure script, but have been unable to do so. I think some work on
this would
be appropriate as the information on php.net is out of date regarding a
Beta SDK.
Any help you could give to me would be much appreciated.
Best regards,
C
4 matches
Mail list logo