Hey all. Last night, something on my server happened, and now my scripts aren't working like they should.
It looks like my $_SERVER array is broken. When I echo $_SERVER['PHP_SELF'] I get the following:
[PHP_SELF] => /cgi-bin/php5.cgi
same thing for
[SCRIPT_NAME] => /cgi-bin/php5.cgi
I use the SELF variable in some script, so I need it to be working,
any ideas?? is this possibly a virus??
James