Jump to content

whitespace


sungpeng

Recommended Posts

The errors have nothing to do with data. Whitespace in the data is not causing the problem.

 

The errors mean your .php files are outputting content to the browser before a header.

 

There are two possible problems with your .php files - 1) Your files have BOM (Byte Order Mark) characters at the start or 2) Your code was incorrectly designed and your old server had output buffering turned on in php.ini which masked the problem. You would need to post the actual error messages to determine which one of these possible reasons are the cause.

Link to comment
https://forums.phpfreaks.com/topic/149126-whitespace/#findComment-783059
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.