Jump to content

Is it possible to view php source code??


php_beginner_83

Recommended Posts

Hi All

 

I was just wondering if it's possible to view a websites php source code? 

I know that php is a server side scripting language and that it is processed at the server and the results are sent back to the browser but there always seems to be ways around everything to do with computing.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/183098-is-it-possible-to-view-php-source-code/
Share on other sites

Hi All

 

I was just wondering if it's possible to view a websites php source code? 

I know that php is a server side scripting language and that it is processed at the server and the results are sent back to the browser but there always seems to be ways around everything to do with computing.

 

Thanks

 

All the browser sees, is what is parsed. It does not even know if PHP, PERL or ASP is even generating the page unless the server tells it. The only way possible is if you gain FTP access etc. But it's impossible to change the hardcoded security the server has.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.