Zitiere Sid <[EMAIL PROTECTED]>:

> For anyone who did not understand me --> Instead of the stupid include()
> 
> function outputing the file contents to the browser I need it to assign

Well, don't code so stupidly then...  Instead of you stupidly echo'ing each and 
everything directly, better assign it to a variable, let's say $return.  Then you can 
easily do:

<?php
include('your.stooopid.file');
echo $return;
?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to