Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Error while creating a cookie - Warning: Cannot modify header information...

Hi,

Are you getting this kind of Error when creating a cookie or setting a cookie -

Warning: Cannot Modify Header information - headers already sent by (output started at e:\wamp\www\mysite\test.php:3) in e:\wamp\www\mysite\test.php on line 4

This error comes when some data is sent to the browser before setting the cookie.
So setcookie or Setrawcookie Function should be the first to be called means,

setcookie or setrawcookie function should be the first line on your page.


So if you use code like this








so the above code will give error.

So you should do following thing.







This post first appeared on PHP Scripts And Programs For Beginner To Master, please read the originial post: here

Share the post

Error while creating a cookie - Warning: Cannot modify header information...

×

Subscribe to Php Scripts And Programs For Beginner To Master

Get updates delivered right to your inbox!

Thank you for your subscription

×