the IDM (internet download manager ) grabber help us download html and css files, is there any way we can see the php files of a website ????
not unless you have the server client. with html, css, javascript etc. you can see how it effects the browser or changes the page even when offline. but with php you cant just see it like that. you can view the code using notpad or whatever you use but you cannot see the efects of the code unless its uploaded to the server. or you could use apache or somthing of the sort to view it offline. if you are talking about viewing the source of a website, you can see the css and html, but there is no way to view the php
You cannot see the source of a PHP file unless you have FTP access to the website. The closest you get is seeing the resulting output after the PHP file is processed.
Join our real-time social learning platform and learn together with your friends!