| 
	
 | 
 Posted by Kim Andrι Akerψ on 08/29/06 08:41 
Frits van Leeuwen wrote: 
 
> 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"? 
 
--  
Kim AndrΓ© AkerΓΈ 
- kimandre@NOSPAMbetadome.com 
(remove NOSPAM to contact me directly)
 
[Back to original message] 
 |