Posted by Frits van Leeuwen on 10/04/06 06:34
> | > >
> | > I'll give it a try.
> | > with //LOAD ... do you mean a html page in one of the languages?
> | >
> | When I use header("Location: index.php"); the cookie will be not set.
> | What's wrong?
>
> cookies aren't a guarantee. wouldn't it be a bit better to use a session
> var...or even just use a query string like:
>
> header("location:index.php?lang=en_us");
>
> just a thought.
>
I need to set a cookie. AndI like to stay in Index.php. And I like to change
the language.
[Back to original message]
|