globals ON (e.g. $GLOBALS["DOCUMENT_ROOT"]) is not set by default in new PHP releases.
Use $_SERVER variables instead (e.g. $_SERVER ["DOCUMENT_ROOT"];)
corrected source
Log in to post a comment.
corrected source