Welcome Guest, Not a member yet? Register   Sign In
codeigniter post method
#1

[eluser]meera[/eluser]
Hi, i am new codeigniter..
I have created a form where the post method is working properly in IE but it is not working in firefox.
That is
This is my part of coding in view:
<form method=post action=‘addg’ name=‘myform’>
<input type=text name=‘pname’ id=‘pname’ value=’’ />
</form>
this my part of coding in controller
$pname=$this->input->Post(‘pname’);
echo “name=$pname
“;


I used echo to check the values but i can get only empty values in firefox but with the same code i can get values in IE.
Can any one tell me where i got the problem…..


Messages In This Thread
codeigniter post method - by El Forum - 10-04-2010, 10:11 PM
codeigniter post method - by El Forum - 10-04-2010, 11:51 PM
codeigniter post method - by El Forum - 10-05-2010, 12:57 AM
codeigniter post method - by El Forum - 10-05-2010, 02:49 AM
codeigniter post method - by El Forum - 10-05-2012, 09:32 AM
codeigniter post method - by El Forum - 10-07-2012, 08:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB