Welcome Guest, Not a member yet? Register   Sign In
Problew with $_POST
#1

[eluser]Rudybg[/eluser]
Hello!
I'm having problem with the $_POST array - it's always empty.The result of var_dump($this->input->post()) is always bool(false).The result of var_dump($_POST) is array(0) { }. The form is simple some text fields send POST information to a controller's index function. Any ideas?

I noticed that the $_POST array works only if i display the html form using echo in the controller's function(but that is not the correct method) and the action of the displayed form is the same function!




Theme © iAndrew 2016 - Forum software by © MyBB