>>316
GETでいいなら
<?php
echo file_get_contents("取得したいURL?useragent=".$_SERVER['USER_AGENT']);
?>