| 
 Posted by den5385@gmail.com on 04/06/07 19:36 
<?php 
echo "bbb"; 
include("common/funcs.php"); 
echo "a"; 
?> 
 
When accessing the above test code from a browser it prings 'bbba.' 
When accessing the page from a MFC app, it just prints 'bbb.' 
Everying print or echo statement after the include gets ignored.  Why 
would this be?
 
[Back to original message] 
 |