Hi.
When I use: header("Location: ".$_SERVER["PHP_SELF"]."?page=something"); I get a strange CGI error on IIS. This error occurs about 4 out of 10 times i access the page.
My guess is you need to encode the GET variables (something) you're sending through your request.
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php