test.php 179 Bytes
<?php
//$simple_curl = curl_init("http://localhost/service/qrcode/test");
$simple_curl = curl_init("http://heise.de");
$curloutput = curl_exec($simple_curl);
echo $curloutput;
?>