<?php $THE_UNITED_STATES = file_get_contents('states_temp.php'); eval($THE_UNITED_STATES); ?>
assuming the php file just echoes its own source code,which is entirely doable.
assuming the php file just echoes its own source code,which is entirely doable.