Empty lines are generated at the top of the includerequireutf-8 file in php

Source: Internet
Author: User
Include () generates a warning and require () causes a fatal error. In other words, if you want to stop processing pages when a file is lost, use require (), include () this is not the case. the script will continue to run, and it must be confirmed... include () generates a warning and require () causes a fatal error. In other words, if you want to stop processing pages when a file is lost, use require (), include () this is not the case. the script will continue to run, and you must also confirm that the appropriate include_path is set. Note that, before PHP 4.3.5, a syntax error in the file will not cause the program to stop.

Solutions to empty lines at the top of the include require UTF-8 file

When the require function is used in php to load the utf8 file, an empty line is generated because several UTF-8 characters are generated during file editing in windows, these characters are called Unicode signatures (BOM ).

Especially when using Notepad to save Web files from ANSI as a UTF-8.

Solution:

1. you can remove this option in title and encoding by pressing Ctrl + J in Dreamweaver.

2. use EditPlus to save the file as a UTF-8 without BOM.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.