Welcome Guest, Not a member yet? Register   Sign In
Form not posting
#1

[eluser]stuffradio[/eluser]
I am writing this ad panel in CI. I have been doing it on localhost and just moved it to a server to test it out. Everything works but the login/registration form. They just don't post any data, but everything else works! Is there some sort of config in PHP maybe that prevents this? Any thoughts/ideas?
#2

[eluser]Polarity[/eluser]
Register Globals on/off? used? did you using "$this->input->post()"?
#3

[eluser]stuffradio[/eluser]
I did use $this->input->post()

I also tried a form on the main folder of a different website script, the forms there worked.
#4

[eluser]jalalski[/eluser]
View the source of the page and make sure that it is correct.
Try saving the HTML of the page locally and then POSTing it.
Check whether mod_security is installed on the server and possibly blocking some things.

When you say "don't post any data" do you mean that the POST array is empty?
Or the form just sits there and doesn't do anything?

More info needed... Smile
#5

[eluser]stuffradio[/eluser]
The post array is empty. I try echoing it and it's blank.




Theme © iAndrew 2016 - Forum software by © MyBB