Re: why does this not work?



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"?

The whole file taal_nl.php you can see here.
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.


.


Quantcast