Posted by BoneIdol on 10/10/07 09:20
Also note that when you use header() you are sending a HTTP header, so it must be called before you send any content (including whitespace) <html> <?php header('Location: http://www.example.com'); ?> Would generate an error saying that headers have already been sent. The same would apply if you just made a space, tab or new line before the <?php
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming