Yes, I do have register_globals = off, but I want it that way as I am not accessing the var names directly.
I am using $_POST to access the var's.
The strange part is $GET works but not $POST (empty array) ! And also I have a lot of form var's...so if I use GET, it starts giving garbage after around 40 char's (after ?) !
So, basically I am stuck !