| Posted by Toby A Inkster on 04/07/07 12:55 
usenet wrote:> den5385@gmail.com wrote:
 >
 >> <?php
 >> echo "bbb";
 >> include("common/funcs.php");
 >> echo "a";
 >> ?>
 >>
 >> Everying print or echo statement after the include gets ignored.  Why
 >> would this be?
 >
 > Something in the included file is probably causing processing to terminate.  Try
 > checking your error log for clues.
 
 That's the most likely explanation. Another possible explanation, though
 less likely, is that funcs.php turns on output buffering.
 
 --
 Toby A Inkster BSc (Hons) ARCS
 Contact Me ~ http://tobyinkster.co.uk/contact
 Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
 
 * = I'm getting there!
 [Back to original message] |