Re: why does this not work?
- From: Reality Lord <realitylord@xxxxxxxxx>
- Date: Tue, 29 Aug 2006 14:49:50 +0200
Frits van Leeuwen wrote:
You have one bracket too much on line 2 in taal_nl.php, I changed your code to this:I 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.";
?>
<?php
setcookie("LeeuwendeelTaal", "nl", time()+28800*4);
echo "De taal is Nederlands.";
?>
and it's work for me.
.
- Follow-Ups:
- Re: why does this not work?
- From: Frits van Leeuwen
- Re: why does this not work?
- 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
- why does this not work?
- Prev by Date: Re: please explane cookies.
- Next by Date: Date/Time fields
- Previous by thread: Re: why does this not work?
- Next by thread: Re: why does this not work?
- Index(es):