2008-09-12, 05:55 PM
Hi guys.
currently am facing a little problem in my php.ini configuration
this problem make my wamp never display the header already sent by output warning.
as example the following code
here is a screen of my php.ini settings
![[Image: phpinfo_1221185003218.png]](https://camo.mybb.com/c3b6acd5e7b4d8df2b6c9a665c1d9d5cdaff0b2d/687474703a2f2f6d796262706963732e676f6f676c6570616765732e636f6d2f706870696e666f5f313232313138353030333231382e706e67)
![[Image: phpinfo_1221185053869.png]](https://camo.mybb.com/7798d2ef2afb5ec13543a9f7db0e65556cedb2f0/687474703a2f2f6d796262706963732e676f6f676c6570616765732e636f6d2f706870696e666f5f313232313138353035333836392e706e67)
![[Image: phpinfo_1221185085145.png]](https://camo.mybb.com/05b7ca12068cb30e1ac89de24645b40676f204d0/687474703a2f2f6d796262706963732e676f6f676c6570616765732e636f6d2f706870696e666f5f313232313138353038353134352e706e67)
currently am facing a little problem in my php.ini configuration
this problem make my wamp never display the header already sent by output warning.
as example the following code
<HTML>
<HEAD>
<TITLE>Cookie Tester</TITLE>
</HEAD>
<BODY>
<?php
$message = 'hello';
echo $message;
setcookie("IM_A_COOKIE", $message, time() + 3600);
?>
</BODY>
</HTML>
this should show this kind of errors. but it's not.here is a screen of my php.ini settings