zocha
Uploaded by
1 SLIDES
146 VUES
10LIKES

Header Information Modification Error in PHP

DESCRIPTION

A warning has occurred indicating that the header information cannot be modified because headers have already been sent from the specified output file. The issue was detected in the PHP script located at /home2/mobiletv/public_html/mrs-claassen.co.za/lib.php on line 21. This type of error usually arises when there is unexpected output before header() function calls are made in a PHP file, which can hinder redirection and session handling. It’s essential to review the code and eliminate any whitespace or output before headers are set.

1 / 1

Télécharger la présentation

Header Information Modification Error in PHP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <br /> <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home2/mobiletv/public_html/mrs-claassen.co.za/lib.php:1) in <b>/home2/mobiletv/public_html/mrs-claassen.co.za/lib.php</b> on line <b>21</b><br />

More Related