Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

download phtml page with its code

Status
Not open for further replies.

ckstick

Programmer
Aug 27, 2001
6
FR
hi !
Is there of means of downloading the php code of a page
for example : and not its result after server execution
thanx
 
One way would be to use a php 'fetching' script running on the web server, which would open the target script and output it as plain text.

-Rob
 
And what if the server is not mine so I can't put any content on it?
 
------------------
And what if the server is not mine so I can't put any content on it?
------------------

In that case it wouldnt be your server or site, so no you cant :p

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top