[PHP] Re: include() problems

2003-10-02 Thread Dennis Sterzenbach
> I'm trying to include that file because in my index page > because it has many > functions I need to use in other pages... I'm on ADDR.com > servers and I > can't set "allow_url_fopen" to 1 (it sucks!). > In ssi.php functions are called by accessing this address: > http://mydomain.com/forums/ss

Re: [PHP] Re: include() problems

2003-10-02 Thread Gustave Bernier
ssing this address: http://mydomain.com/forums/ssi.php?a=active So how can I possibly include that page (ssi.php?a=active) on any of my pages??? From: "Dennis Sterzenbach" <[EMAIL PROTECTED]> Reply-To: "Dennis Sterzenbach" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [P

[PHP] Re: include() problems

2003-10-02 Thread Dennis Sterzenbach
"Gustave Bernier" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi everyone, > > I'm new to PHP and I'm trying to use the include function but with no > success... My server's ini file is set as (allow_url_fopen, 0) so I'm > having some trouble to pass different values for the php

[PHP] Re: Include problems

2002-08-03 Thread Peter
try using the absolute path to the file e.g. include("C:/windows/webserver/httproot/inc/test.inc"); "Scott" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have PHP4 on both a windows IIS server and a windows apache server. The > include function only works