Friday, July 31, 2009

How do I copy a web page (php) from the web?

I want to copy a webpage written in PHP from the web. The fact is that I want to copy the whole page before it is processed by the server. I don't have a FTP access to the server. How can this be done?

How do I copy a web page (php) from the web?
There is no-way for you to view/save the PHP source code if you dun have the FTP or SSH account.





If you using the above example,


you just saving the web-page after processed by PHP.





You can post your requirement and asking help from the experts in the world.
Reply:On a properly configured server, it cannot be done. Ever.
Reply:try something like this?


--------------------------------------...





%26lt;html%26gt;


%26lt;body%26gt;


%26lt;a href="http://something.com/stuff.php"%26gt;Cl... Here%26lt;/a%26gt;


%26lt;/body%26gt;


%26lt;/html%26gt;


--------------------------------------...


save and open it


right click


save as





...worth a try...


No comments:

Post a Comment