better way of getting get/post vars then _GET and _POST |
[eluser]WebsiteDuck[/eluser]
$this->input->get('variable'); $this->input->post('variable'); http://ellislab.com/codeigniter/user-gui...input.html |
Messages In This Thread |
better way of getting get/post vars then _GET and _POST - by El Forum - 01-11-2010, 03:38 PM
better way of getting get/post vars then _GET and _POST - by El Forum - 01-11-2010, 03:41 PM
better way of getting get/post vars then _GET and _POST - by El Forum - 01-11-2010, 04:46 PM
better way of getting get/post vars then _GET and _POST - by El Forum - 01-11-2010, 04:55 PM
better way of getting get/post vars then _GET and _POST - by El Forum - 01-11-2010, 05:09 PM
better way of getting get/post vars then _GET and _POST - by El Forum - 01-11-2010, 05:25 PM
|