Does $file hold a string ?? I guess it just holds 0 (false) or 1 (true) ...
If you want to get the content of a file into a string var, you should use fopen(), fread() ...
PHPManual says:
The include() statement includes and evaluates the specified file.
But it does not put the content of the file into a string var ...
hope that helps
rob