Jump to content
Mr.Cih

Simple Server Status Report

Recommended Posts


$ php -r "var_dump(\$_server);"
PHP Notice: Undefined variable: _server in Command line code on line 1
NULL
$ php -r "var_dump(\$_SERVER);" | head -1
array(47) {

Observi diferenta?

Parse error: syntax error, unexpected 'php' (T_STRING), expecting variable (T_VARIABLE) or '$' in C:\xampp\htdocs\index.php on line 3

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...