I have a script which worked on another hosting platform but will not work with x10hosting. Forms within the script are used to create new users, etc. that post and update to the sql database. Currently, the form shows on the page along with the button to post/submit. What should happen is an update to the sql database then a message on the page stating that the new user was created, etc. etc. Right now, if the form is filled out and the submit button is clicked on, the page refreshes but returns to the original "fill out the form page" and no updates to the database. Assume it is something like a setting specific to this hosting platform because as stated earlier, same exact script worked on another hosting platform without any modifications to it.