Jump to content

Any way of viewing the php part of a php pgae


notclive

Recommended Posts

Other than viewing the file before it has been uploaded, or with a certain online program, you cannot view the php source of any file.You may however, like Skym said, highlight a file. This means you should read the content of a PHP file into a string, and then use the highlifght function to print it coloured. But you even can just leave the colorise, if the file was read into a string you would be able to read the content by just printing or echoing it :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...