Try this:
$url = 'http://www.trynt.com/symbol-lookup-api/v2/?s=IBM&fo=json&f=0';
$json = file_get_contents($url);
$data = json_decode($json);
Depends on your server configuration of course. Worth a shot!
bytebrite
2009-07-29 03:56:49