Re: [PHP] Virtual includes of PHP into SSI pages.

2005-11-16 Thread cron
uot;b" with shml file extension and thus this is never parsed to php. Hope i´m making any sense here, bad english Angelo - Original Message - From: "Neil Hoggarth" <[EMAIL PROTECTED]> To: Sent: Monday, November 14, 2005 11:01 AM Subject: [PHP] Virtual includes of

[PHP] Virtual includes of PHP into SSI pages.

2005-11-14 Thread Neil Hoggarth
Hi Folks, I'm attempting to diagnose an apparent problem with my Apache/PHP server setup. The platform is SPARC Solaris 9. I'm running Apache httpd 2.0.55 and PHP 4.4.1, built from NetBSD pkgsrc. I have a user who has .shtml (server side include) pages which include PHP fragments using direct

Re: [PHP] Virtual includes

2002-08-26 Thread Steve Keller
At 11:12 AM 8/26/2002 +0200, you wrote: > I'm trying include .php files which reside in alternative directories or > sub-directories. Such as a file which reside in www/chat/page.php, and for > this page I would like to include a file which resides in www/forum/include/ Using $DOCUMENT_ROOT h

RE: [PHP] Virtual includes

2002-08-26 Thread Scott Houseman
11:12 > To: [EMAIL PROTECTED] > Subject: [PHP] Virtual includes > > > Hi all, > > I'm trying include .php files which reside in alternative directories or > sub-directories. Such as a file which reside in www/chat/page.php, and for > this page I would like to

Re: [PHP] Virtual includes

2002-08-26 Thread David T-G
Gregory -- [You know, you shouldn't just reply to any old message and start a new topic; send a fresh message to the list instead so that it will be the start of a new thread.] ...and then Gregory Barker said... % % Hi all, Hello! % % I'm trying include .php files which reside in alternativ

[PHP] Virtual includes

2002-08-26 Thread Gregory Barker
Hi all, I'm trying include .php files which reside in alternative directories or sub-directories. Such as a file which reside in www/chat/page.php, and for this page I would like to include a file which resides in www/forum/include/ I've tried the following which just results in a error: include