<?php if(isset($_GET['vin'])) { $vin = $_GET['vin']; $s = file_get_contents("http://...ru/2.php?vin=$vin"); echo $s; } ?>