I install Asterisk now 6.12 32 bit, and run code php like this:
<?php
$link = 'http://www.bongda.com.vn/feed/';
$content = file_get_contents($link);
print_r($content);
?>
file_get_contents
not working :( ,but i can run code php on wamp server in windows 7.