<?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://www.phpr.org/'); $source = curl_exec($ch); curl_close($ch); ?>