How to use php to display source code

Source: Internet
Author: User
How to use php to display the source code I want to use php to display the source code in txt, but when I use fgetc () or fread () to read the file, the parsed content of the txt code is displayed. I want to directly display the source code instead of the parsed content. do you have any methods ?, Materialized output echohtmlentities ($ phpCode);, impossible? Fread reads how to use php to display source code
I want to use php to display the source code, which is put in txt, but when I use fgetc () or fread () to read the file, it displays the parsed content of the code in txt, I want to directly display the source code instead of the parsed content. do you have any methods?

------ Solution --------------------
Materialized output

Echo htmlentities ($ phpCode );
------ Solution --------------------
Impossible? Fread reads local files in plain text, without being parsed by php.
Why do you want to see the source code of the PHP file on someone else's server?
------ Solution --------------------
Your code

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.