For some reason Apache loads my php script twice. I have two php files. "search.php" which has form that posts data to "result.php". After submitting (POST) it loads result.php for a while. THis is so far ok. But it then reloads it and of course alla post data is lost by now. Below is the apache log. Notice the exact times.
XXX.XXX.XXX.XXX - - [14/Nov/2001:18:39:17 +0200] "POST /result.php HTTP/1.1" 200 89924 XXX.XXX.XXX.XXX - - [14/Nov/2001:18:39:17 +0200] "GET /result.php HTTP/1.1" 200 160 I'm using Windows XP, Apache 1.3.22, php 4.0.6 (ISAPI php module) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]