Re: why does this not work?
- From: "Frits van Leeuwen" <Frits.vanLeeuwen@xxxxxxxxx>
- Date: Tue, 29 Aug 2006 11:20:39 +0200
The whole file taal_nl.php you can see here.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.";
?>
When I push the buttun, I do not see any thing. The screen is empty.
Who can tell me what's wrong?
IIRC, values, as well as function names, are case-sensitive. Have you
tried using "echo" instead of "Echo"?
I have changed Echo in echo
but i have the same problem.
In Index.php you can find these lines:
<td style="border-style: none; border-width: medium">
<p align="center"><a href="taal_nl.php">
<img border="0" src="knoppen/vlagNL.jpg" width="165" height="100"
alt="Klik hier, wanneer u de site in het Nederlands wilt lezen."></a>
</td>
<td style="border-style: none; border-width: medium">
</td>
<td style="border-style: none; border-width: medium">
<p align="center"><a href="taal_en.php">
<img border="0" src="knoppen/vlagEN.jpg" width="165" height="100"
alt="Click here, when you like to read the website in English."></a>
</td>
There the usere can make the chooice aboute the language.
.
- Follow-Ups:
- Re: why does this not work?
- From: Reality Lord
- 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ø
- why does this not work?
- Prev by Date: Re: php under firefox
- Next by Date: Re: help protecting form to email from spammers
- Previous by thread: Re: why does this not work?
- Next by thread: Re: why does this not work?
- Index(es):