PHP jump to other page
stude.list at googlemail.com
stude.list at googlemail.com
Wed Oct 4 19:27:12 UTC 2006
On 04/10/06, Groundhog <linuxmurah at gmail.com> wrote:
> like this?
>
> echo header('Location: http://www.studioez.com/');
no, not like that. Just use the header function.
What he was asking was, is there any echo or print statements being
executed prior to the location header? if so, you can't send content
then a header, remove them.
Also another common mistake is whitespace or HTML should not be
infront of your opening PHP tag. And for any included files you should
not have whitespace or HTML after the ending php tag.
Whats on line 54 (and possibly a few before) of the file:
/home/u4573/domain/studioez.com/web/script/registration.php ?
More information about the ubuntu-users
mailing list