Hi,
Due to file ownership/permissions I want to run a php script as cgi
however I can't pass it any variables, register globals is on. The first
thing I do is
print_r($POST);
print_r($GET);
print_r($_REQUEST);
print_r($HTTP_POST_VARS);
print_r($ARGV);
and all arrays are empty except for $ARGV which has the name
of the script in it.
Does anyone have any clues ? because I ran out of ideas,
Thanks,
xarmiex