This article describes the solution to the top blank line when the include require Utf-8 file is available in PHP. There are friends who need to learn to refer to.
The include () generates a warning and require () causes a fatal error. In other words, if you want to stop processing a page when you encounter a lost file, use
Require (). The include () is not the case and the script will continue to run. Also be sure to set the appropriate include_path. Note in PHP 4.3.5
Previously, syntax errors in the include file did not cause the program to stop, but from this version
Empty line resolution on top of include require Utf-8 file
PHP uses the Require function to load a UTF8 file, resulting in a blank line, because when editing a file in the Windows environment, there will be a few knowledge
Do not UTF8 characters, these characters are called Unicode signatures (BOMs).
Especially when you use Notepad to save a Web page file from ANSI as UTF-8, it is easy to appear!
Workaround:
1. You can remove this option in the title and encoding by pressing CTRL+J in Dreamweaver;
2. Save the file as a UTF-8 (no BOM) file with EditPlus.
http://www.bkjia.com/PHPjc/444629.html www.bkjia.com true http://www.bkjia.com/PHPjc/444629.html techarticle This article describes the solution to the top blank line when the include require Utf-8 file is available in PHP. There are friends who need to learn to refer to. The include () generates a warning and require () causes a ...