Okey.. I found out.. In c:\windows\php.ini all these settings was correct... arg_separator.output = "&" arg_separator.input = ";&" variables_order = "EGPCS" register_globals = ON
But i had another copy of php.ini in C:\programfiles\php\php.ini... That was the reason why GET and POST failed... Sivic