PHP Copier

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
Mastermind
Forum Commoner
Posts: 36
Joined: Thu Mar 10, 2005 2:38 am
Location: CDO,Philippines
Contact:

PHP Copier

Post by Mastermind »

Dear friends,

I want to ask something there a software can copy a php script in a certain website that you want to copy.


Thank you.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If you do not have access to the actual script there is no way for PHP to copy its internal code. You will only be able to store the output from it. Is this what you are after?
Post Reply