, JSONP - JSON ( JavaScript ) , , . JavaScript. ( JSONP), URL-, script.
, PHP, , - script. script URL- :
<?php
$response = request_url('http://twittercounter.com/api/?username=Anand%5FDasgupta&output=json&results=3');
echo $_GET['callback'] . '(' . $response . ')';
?>