Re: environment variable code fails

2002-03-19 Thread Georg Richter
On Wednesday, 20. March 2002 05:06, jrfoutin wrote: > session_start(); > include("$DOCUMENT_ROOT/php/main.home.php"); > ?> > > The environment variable in this code on index.php is not invoking > main.home.php page in php folder in htdocs on new server. > > Code worked on previous server setup, b

environment variable code fails

2002-03-19 Thread jrfoutin
The environment variable in this code on index.php is not invoking main.home.php page in php folder in htdocs on new server. Code worked on previous server setup, but fails on new server. Other php calls to MySQL db in ported site code that uses environment variable seems to work fine, but this