Welcome Guest, Not a member yet? Register   Sign In
post method doesn´t work
#2

[eluser]noideawhattotypehere[/eluser]
fix your class name:
Code:
class Signup extends CI_Controller {
...
}

then in your view
Code:
<?php echo form_open('signup/validate');?>
instead of
Code:
<form acti method="post">


Messages In This Thread
post method doesn´t work - by El Forum - 10-30-2013, 10:32 AM
post method doesn´t work - by El Forum - 10-30-2013, 10:39 AM
post method doesn´t work - by El Forum - 10-30-2013, 10:47 AM
post method doesn´t work - by El Forum - 10-30-2013, 11:23 AM
post method doesn´t work - by El Forum - 10-30-2013, 11:52 AM
post method doesn´t work - by El Forum - 10-30-2013, 12:15 PM
post method doesn´t work - by El Forum - 10-30-2013, 12:17 PM
post method doesn´t work - by El Forum - 10-31-2013, 09:52 AM
post method doesn´t work - by El Forum - 10-31-2013, 12:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB