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)
The warning states it clearly, output started on line 1 in registratieFuncties.php. Output means any output that is send to the browser, and there are many ways you can output something - echo, print, anything outside <?php ?>, error ...

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

Alain




"Gregory Kornblum" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] ing.com...

header("Location: registratie.html");

That is exactly how you do the PHP version of a response.redirect(). Regards.



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



Reply via email to