echo $SCRIPT_NAME and most of other variable return blank...the php variable section of the php info works fine..any idea ?
One it should be
echo $SCRIPT_NAME;
and where is that var coming from. Its not a Superglobal
I know for the ";" !!!!! what do you mean ?
where is $SCRIPT_NAME coming from. Is it from some things to give an output. Cos its not a predefined variable (SuperGlobal)
it is a predefined apache variable..check your php documentation...it is the same kind of variable than $document_root ..
well you should try $_SERVER['SCRIPT_NAME']; . Its not actually a predefined var..
$FILES, $ENV, $SERVER, and another i cant remember on the top of my head are you superglobals, thats just a function of them