I'm not sure I understand but:

You define a function on one machine;

You want to use that function on another machine;

If I understand you correctly, then you should be able to just 

cp function_server.php function_server.txt
,

and include it over http

and done



On 8/23/05, Gustav Wiberg <[EMAIL PROTECTED]> wrote:
> hi there!
> 
> Is it possible in PHP to retrieve value from one domain to another than my
> own?
> 
> Something like this:
> 
> Other domain: function getValueForMp3Player()
> 
> My domain: $price = getValueForMp3Player('Inno AX VB4393') //retrieves value
> from other domain
> 
> /G
> @varupiraten.se
> 
> --
> 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