• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP file downloader?

boredhokie

Senior member
Hey all,

A site i'm looking at has a cool php script for a movie listing program he wrote. I want to download it but the download link is broken for some reason. Are there any programs out there that will let me download a copy of his website so i can grap that script? He has it set up as a demo, but of course view source will only show hte output of the script.

Thanks!
 
no can do

php scripts are performed by the server, and the server only outputs html code generated by the php scripts
 
Back
Top