Re: why does this not work?
- From: "Frits van Leeuwen" <Frits.vanLeeuwen@xxxxxxxxx>
- Date: Wed, 30 Aug 2006 14:38:05 +0200
You have one bracket too much on line 2 in taal_nl.php, I changed yourI start Index.php
There is a button to taal_nl.php (read here)
<?php
setcookie("LeeuwendeelTaal", "nl", time()+28800*4));
Echo "De taal is Nederlands.";
?>
code to this:
<?php
setcookie("LeeuwendeelTaal", "nl", time()+28800*4);
echo "De taal is Nederlands.";
?>
and it's work for me.
Yes, yes, yes!!!!
So easy when you see.
Thank alot.
It works.
.
- References:
- why does this not work?
- From: Frits van Leeuwen
- Re: why does this not work?
- From: Kim André Akerø
- Re: why does this not work?
- From: Frits van Leeuwen
- Re: why does this not work?
- From: Reality Lord
- why does this not work?
- Prev by Date: Re: how insert an array double in hidden field and use in javascript
- Next by Date: Re: please explane cookies.
- Previous by thread: Re: why does this not work?
- Next by thread: Re: why does this not work?
- Index(es):