Posted by Frits van Leeuwen on 09/25/06 22:50
I call from index.php this file: (Taal_nl)
<?php
setcookie("LeeuwendeelTaal", "nl", time()+3600*24); // 1 dag
echo "Cookie is: ". $_COOKIE["LeeuwendeelTaal"] . '<br>';
echo "Cooke is: ". $LeeuwendeelTaal;
header('Location: http://www.Leeuwendeel.info/index.php');
exit;
?>
nothing happend.
when I remake lins. like this:
<?php
setcookie("LeeuwendeelTaal", "nl", time()+3600*24); // 1 dag
echo "Cookie is: ". $_COOKIE["LeeuwendeelTaal"] . '<br>';
echo "Cooke is: ". $LeeuwendeelTaal;
/* header('Location: http://www.Leeuwendeel.info/index.php');
exit; */
?>
I see this:
Cookie is:
Cooke is:
after refresh I see:
Cookie is: nl
Cooke is: nl
I like to see this, without a refresh.
--------------------------------------------------------------------------------
Mijn Postvak In wordt beschermd door SPAMfighter
4017 spam-mails zijn er tot op heden geblokkeerd.
Download de gratis SPAMfighter vandaag nog!
[Back to original message]
|