Hi all, I have a little issue here, in my pc server I have Register globals off so everything that I code Y use $POST, $GET etc etc
But $_POST doesn't work in my website server because the Register globals is set to on
So my question is how can I make $_POST work with register globals on and without have to rewrite my scripts ???