Invoking php code from remote site independ of server

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
mbaroz
Forum Commoner
Posts: 29
Joined: Sun Feb 05, 2006 10:10 am

Invoking php code from remote site independ of server

Post by mbaroz »

Hi
I would like to create a small script that can be published to my subscribers , and will execute a code in my Server but will show the php output html page in their site.
I need the code to be portable to any platform (Javascript ??)
any suggestion ?
Thanks
Moshe
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Re: Invoking php code from remote site independ of server

Post by JAM »

Iframe?
Do they not have access to php at all? Just making sure...
Post Reply