RE: [PHP] php install issues on IIS

2001-04-23 Thread Martin Gottlieb
You probably need to go into the IIS console ( mmc ) and go to properties on the directory in question and make sure either the "execute" or "script" checkbox is checked. You may also need to verify the actual file permissions, but I believe this is more of a configur

RE: [PHP] Site Structure

2001-04-23 Thread Martin Gottlieb
duction servers, AND you can keep your includes out of a web server accessible directory. Martin Gottlieb -Original Message- From: Toby Miller [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 3:44 PM To: indrek siitan Cc: PHP General Mailing List Subject: Re: [PHP] Site Structure W

RE: [PHP] Site Structure

2001-04-23 Thread Martin Gottlieb
Or better yet: include( "$DOCUMENT_ROOT/includes/header.inc" ); Martin Gottlieb -Original Message- From: Renzi, Sebastian [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 10:56 AM To: 'Jordan Elver'; PHP General Mailing List Subject: RE: [PHP] Site Struct