hi,
I recently wrote a rather elaborate form for someone where it gets some stuff, then whent hey submit that form if the stuff entered is valid gives them some more stuff, etc.
but the thing is is that the form variables are not passing at all on his server.
They work fine on my server. I used the $_POST['varname'] variables, they just aren't being passed on his server.
Anyone have any ideas why this is happening? the script works fine on my server, just not on his. (I have register_globals off and I am assuming he does as well)