Obtenha dados de arquivo HTML para variável no PHP

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