Obtenez des informations d'un autre site Web

///Display the whole page
<iframe src="https://www.example.org/"></iframe>
///Fetch website contents(needs PHP).
$mystring = file_get_contents("https://www.example.org/")
Inexpensive Impala