|
Posted by willem on 09/28/39 11:56
"Frits van Leeuwen" <Frits.vanLeeuwen@nospam.nl> schreef in bericht
news:1f6c9$44ed59cd$c2ab6db8$27648@news2.tudelft.nl...
>I still do not understand.
> taal_nl.php
> -----------
> <?php
> setcookie("LeeuwendeelTaal", "nl", time()+7200));
> Echo "De taal is Nederlands.";
> ?>
>
> taal_en.php
> -----------
> <?php
> setcookie("LeeuwendeelTaal", "en", time()+7200));
> Echo "The language is English.";
> ?>
>
> I don't see a cookie at the cookie directory.
> And also I dσn't see any text at my screen.
>
> Who knows what's wrong?
Remove the ")" after +7200
Willem
Navigation:
[Reply to this message]
|