Hi !Have you tried:
Have somebody successed with the function < header("Location: http://...")
using the php4isapi.dll ???
My code works well with PHP using the CGI php.exe, but impossible to make it work with the ISAPI module !!!
Configuration: -Windows 2000 server - PHP 4.3.2
"php.ini" : - output_buffering = on
ob_end_clean();
header("Location: http://...");
to throw away the contents of the output buffer before sending the Location header, then its nice and clean.
Peter
- zlib.output_compression = on
Any idea ?? Other bugs with ISAPI module ???
Thanks for help !
Eric Tonicello
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php