[PHP] common.inc probs.

2001-01-26 Thread Shane McBride
I have a script that pulls in the following file via: require 'common.inc' The problem occurs when it hits the $UNIX_PATH variable. At least I think that's where it creates a problem. If I comment it out it works fine, but I of course need that variable. First of all I created a script that

Re: [PHP] common.inc probs.

2001-01-26 Thread Mark Maggelet
On Fri, 26 Jan 2001 13:37:42 -0500, Shane McBride ([EMAIL PROTECTED]) wrote: I have a script that pulls in the following file via: require 'common.inc' The problem occurs when it hits the $UNIX_PATH variable. At least I think that's where it creates a problem. If I comment it out it works fine,