This is a bit odd, but I need something to do the following:
Code PHP://something to do the following without echoing it yet $var .= //contents of file.php; // following doesn't work because it echoes it right away $var .= include 'file.php';
I need $var to be updated without actually including file.php because that would echo the contents of file.php.





Bookmarks