Gustav Wiberg wrote:
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

What exactly do you mean by domain in this example? You can include() or require() the file with the function declaration in it...

Jasper

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

Reply via email to