Posted by Steve on 10/03/06 14:02
| > >
| > 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.
Navigation:
[Reply to this message]
|