Re: [PHP] php/apache timeout

2003-03-11 Thread Chris Hayes
At 18:40 11-3-03, you wrote: We are using Apache/PHP and using ORACLE as the database. When I submit the page with hugs database when the server side script (PHP) running I am getting an error Page not found. But on the background it is adding records to the database. Though I modified all the

RE: [PHP] php/apache timeout

2003-03-11 Thread M.A.Bond
HI, Yes I was having this problem, it's probably not php timing out, but your browser. To stop this move the execution of your sql. I assume you do something like this: ?php $sql = insert...; Execute SQL; ? HTML ... ... /HTML You need to move this as follows: HTML HEAD /HEAD BODY ?php