why does include always opens my included file
although it is defined as a variable

Example:

$file=include(/myfile/myfile.txt/);

shouldn't it only be opend by typing

echo $file;


?????????????????



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to