How do you save online php code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
m0u53m4t
Forum Contributor
Posts: 101
Joined: Wed Apr 19, 2006 7:47 am
Location: Wales

How do you save online php code?

Post by m0u53m4t »

Im really interested to know how this emailer works, how can I download the source for the php? The php file is located here, but when I say save target, it saves the php outcome after its run http://www.fake-mailer.com/dwnlfmailer/sendMail.php :?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If they don't offer the source, there is nothing you can do except maybe ask them.
User avatar
m0u53m4t
Forum Contributor
Posts: 101
Joined: Wed Apr 19, 2006 7:47 am
Location: Wales

Post by m0u53m4t »

No way at all? Not even some telnet-nobody-really-knows-about-it kinda thing?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

php is processed before the request is returned to the requesting agent. At no point is it available to the agent in source form.
Post Reply