|
|
Common Errors in PHP - PHP
|
Views : 282
|
|
Tagged in : PHP
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Common Errors in PHP
If you run a PHP document get the above error message,
'Warning: Cannot modify header information - headers already sent by (output started at filename line no .....) '
it means that an error has occured in your php document. This takes place if there are any executable statements like echo before the set cookie or session variable. Try to find the statement and remove it and then run the same program. |
|
By Sanju, On - 2010-09-17 |
|
|
|