as i understand curl functions (and correct me if i'm wrong). the functions
simply allow the user/app to download/copy the file from the remote server,
where the existing app could do whatever with the content...

this isn't what i want.. i'm trying to figure out if there's a way to run a
chunk of code on a remote server... i'd rather not put the source on the
intial client-app A machine...

-bruce


-----Original Message-----
From: Ben [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 10, 2005 1:59 PM
To: php-general@lists.php.net
Subject: Re: [PHP] a code question..??


bruce said the following on 11/10/2005 01:44 PM:

> as you can see, there are interactions that occur betwwen app A and app B.
> but i'm not sure if what i'm thinking of can be accomplished...
>
> the information in the code/forms from app B will change based on the
> username...
>
> thoughts/comments..

As Richard suggested, curl ought to work or what ever web services
flavour you prefer.

- Ben

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to