<?
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, 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 very first start page code fails.

What can be wrong?--JRF


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to