Dapatkan data file HTML ke variabel di PHP

$Vdata = file_get_contents('path/to/YOUR/FILE.php');
Lokesh003Coding