Hi Hubert, Check if there display_errors in your php.ini is set to Yes, and also take a look at your apache error log when you execute this page, probably you will see an error there.
Best regards, Veniamin Goldin Interlogics, Inc. Вы писали 15 марта 2003 г., 12:34:35: HK> Hello all! HK> In index.php I include a file template.php using HK> <?php HK> // this is index.php file HK> include('template.php'); ?>> HK> Works fine. In template.php I'm using include function too HK> <?php HK> // this is template.php file HK> echo 'before include'; HK> include('header.php'); HK> echo 'after include'; ?>> HK> Works fine on all machines I installed it till now: Windows (NT, 98), Linux HK> (some of them). But I installed it on FreeBSD and... surprise. When I call HK> index.php, all I get is "before include". No header.php content, no "after HK> include" phrase. And there is no warning or error message. Has anybody got HK> an idea what is wrong? Cheers, HK> Hubi -- С уважением, Veniamin [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php