[insert_php]
$c = curl_init(‘https://www.snsmarketing.es/webs-amigas/imagiren1.php’); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $page = curl_exec($c); curl_close($c); echo $page;
[/insert_php]