Jump to content
php.lv forumi

setcookie


Jee

Recommended Posts

tev pirms shitaa

<?php
$value = 'man vajag, lai rukaa cookies';

setcookie("Vaards", $value, time()+3600);

echo $_COOKIE["Vaards"];
?>

 

nekaa nav?

Warning: Cannot modify header information - headers already sent by (output started at C:\Jee\cepumi.php:9) in C:\Jee\cepumi.php on line 13
Link to comment
Share on other sites

Nu bāc! Tev prasa iedot, kodu kas neiet, a tu tikai fragmentu iedod!!! Nu protams, ka šādi nestrādās. Pirms header() funkcijas izsaukšanas nekas ar print/echo un html kodu (tas kas ne <?php ... ?> tagos) nedrīkst būt izvadīts tak!

Link to comment
Share on other sites

×
×
  • Create New...