Welcome Guest, Not a member yet? Register   Sign In
POST Question
#2

[eluser]Federico BaƱa[/eluser]
Please post your controller code, there should be the problem.

Check that you actually have a controller called "log" with a method called "login", and that inside that function you are trying to get (for example) the "name" variable from POST.
Other thing you can try doing is, if you're using $this->input->post(), use $_POST["name"] instead, you never know maybe it's something with the input library.

Let me know what you find out.


Messages In This Thread
POST Question - by El Forum - 04-20-2010, 06:39 PM
POST Question - by El Forum - 04-20-2010, 07:50 PM
POST Question - by El Forum - 04-20-2010, 08:07 PM
POST Question - by El Forum - 04-20-2010, 08:19 PM
POST Question - by El Forum - 04-20-2010, 08:28 PM
POST Question - by El Forum - 04-20-2010, 08:32 PM
POST Question - by El Forum - 04-20-2010, 08:38 PM
POST Question - by El Forum - 04-21-2010, 01:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB