Hello
I am using the following command to bring the entire screen within my webiste but it it looking for images on my server and not the site im pulling the screen from.
Any ideas how to code it so that it gets the images from the server im getting the content from.
<?php
$file = file_get_contents ("https://site.com);
Echo $file;
?>
Many thanks
PHPNEWTOIT