On Wed, 2003-10-29 at 16:17, alain dhaene wrote:
> But I get the following warning:
> 
> Warning: Cannot modify header information - headers already sent by (output
> started at
> /home/schoolre/public_html/Hitek/Online/Registratie/registratieFuncties.php:
> 1) in
> /home/schoolre/public_html/Hitek/Online/Registratie/registratieData.php on
> line 30
> 
> In registratieData there is a include file to registratieFuncties.php. And
> in the file registratieFuncties.php there is a include file to
> Connecties.inc for the connectiestring to the database

You cannot do any echo ""; before header("location:.."); maybe that's
the problem.

regards..

pablo

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

Reply via email to