Thursday, October 15, 2009

How To View Source PHP Files

Don't you know that when visiting websites, you can view their HTML source codes? That is so possible! If you want to know the source code of the website you are visiting, the steps on doing that are too easy.

Step 1: Go to the website where you want to know its source code.

Step 2: On the Browser's Menu Bar, go to "View" tab and choose "View Source" or "Page Source" in the dropdown menu.

That's it! Very simple! But how about viewing the source code of the PHP files? You can still do the above steps but the Source Code will be converted to HTML code. The exact source code of PHP files will not display.

0 comments:

Post a Comment