Eric Tonicello wrote:
Hi !
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.in
> Have you tried:
> 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.
Yes I tried ...
Other idea ???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
2 matches
Mail list logo