On Thursday 18 April 2002 08:26, Wayne Hinch wrote: 

> header("Location: [filename.php]");
>  
> although this is not working it is bringing up the following error
>  
> Warning: Cannot add header information - headers already sent by (output
> started at c:\html/customer/newcust.php:3) in [filename] on line 304
>  

check there is not text (even whitespace) outputted to the browser before 
calling the header() function

matt

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

Reply via email to