Hi,
When creating cookie as follows
<?php setcookie("TestCookie", $value, time()+3600 ?>
php shows warning like
Warning: Cannot modify header information - headers already sent by (output started at /var/www/test/demo/header.php:14)
How can we overcome this issue.