Obtenez la variable des données de fichiers HTML dans PHP

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