Welcome Guest, Not a member yet? Register   Sign In
$_POST and $this->input->post() are always empty on localhost site
#25

[eluser]Chathuranga Tennakoon[/eluser]
you have not specified the HTTP method in the form_open function.


Code:
>

<?php echo form_open('users/login', array('id'=>'login')); ?>


just try to add the POST method to form_open function as follows
Code:
>

<?php echo form_open('users/login', array('id'=>'login','method'=>'post')); ?>


Messages In This Thread
$_POST and $this->input->post() are always empty on localhost site - by El Forum - 03-05-2012, 04:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB