I have a script I am installing on a particular hosting provider. It uses HTML forms to accept data input from the user and then inserts it into a MYsql database. This script works A1 on a half a dozen other hosting providers but there is trouble with this one..
Here's the issue.
You enter the info into the Form and click submit and the form just refreshes without the data in it... from a little bit of trial and error the only thing I can attribute it too is the face that the server isn't allow the form to pass the variables by METHOD=POST b/c if I change it to GET the variables show up in the URL.
ANy ideas? Could this be because GLOBALS are turned off on the server?
I'm not a big fan of using get for these scripts so would prefer using POST...also I can see issue in the future if I ever ant to collect email addy's or antyhing via a form for an auto responder.