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 configuration in php.ini file max_script_execution , sesssion_gc_maxsize .....etc and http.conf file TimeOut, KeepAliveTime paramets. How to stop this error?? do I need to sent any other parameters either in php.ini or in http.conf file.

Can it be that your script works like this:



* a page with the form, for instance form.php
- when someone presses submit, they are sen on to either the page mentioned in <FORM ACTION="nextpage.php" ....>, or a location.href="nextpage.php" in a bit of javascript
[nextpage.php could be form.php itself, with a form submission detection.]


* nextpage.php will check the entered values and enter them in the database, and looking at probably
- lead the user to a next page. in this case probably with a bad url.
Check for lines with 'headers(location' or javascripts with location.href...





-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to