[snip]
Are you wanting to place the file into the variable so that you can echo it
out later? That is an extra step that you do not need. Just place the
include() function where you want it to appear.

But what do if i want echo it out later -> That's exactly what i want do
[/snip]

You mean more than once? Then do the include again...

<?php
some stuff here
more stuff
include(/myfile/myfile.txt/);
more stuff
other stuff
this stuff
include(/myfile/myfile.txt/);
that stuff
the other stuff
?>



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

Reply via email to