test.php 179 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 <?php //$simple_curl = curl_init("http://localhost/service/qrcode/test"); $simple_curl = curl_init("http://heise.de"); $curloutput = curl_exec($simple_curl); echo $curloutput; ?>