Posted by Rik Wasmus on 10/04/07 06:51
On Thu, 04 Oct 2007 08:45:30 +0200, celalo@gmail.com <celalo@gmail.com> =
=
wrote:
> just write
> header ('location: index.php');
> instead of
> header =3D ('location: index.php');
>
> header is a function not a variable. dont get confused with the
> $headers variable you used. They are tottally different.
Actually it should be:
header ('Location: http://www.example.com/index.php');
Allthough by the grace of UA's they normally use the current domain, thi=
s =
is not in the specs.
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|