|
Posted by Frits van Leeuwen on 10/11/94 11:56
"willem" <loki_142@hotmail.com> schreef in bericht
news:278c3$44eed46d$54697374$17359@textcache20.multikabel.net...
>
> "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
>
thanks Willem,
It works. It's so simple when you see it.
Navigation:
[Reply to this message]
|