Obtenga datos de archivo HTML a variable en PHP

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