Re: possible to get a function from another domain

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <gustav@xxxxxxxxxxxxxx> 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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux