Look at this code, please:
Page1.php.
<?
setcookie("A",$pA);
setcookie("B",$pš;
?>
Ok...this is all the page, there is nothing more written in it, and i get an error message telling me that "the headers have been sent" in the setcookie lines.
What am I doing wrong?