You could try something like this:
$fielname = "whatever.txt";
$file = fopen($filename,"r");
$var = fread($file,filesize($filename));
Another thing you could do is have the include be a php file ,whatever.php, and have the varible and it's value there.