Welcome Guest, Not a member yet? Register   Sign In
$this->input->post() of array
#5

[eluser]orokusaki[/eluser]
Sweet, thanks for the quick reply. One question though, is 1.7 ok for production use?

Here's my temporary solve for those using 1.6.3 who would still like the benefits of using the OOP version of accessing the values:

Code:
if($_POST)
        {
            foreach($_POST as $k => $v)
            {
                echo 'Key = ' . $k . '<br /> Value = ' . $this->input->post($k) . '<br /><br />';
            }
        }


Messages In This Thread
$this->input->post() of array - by El Forum - 10-12-2008, 06:27 AM
$this->input->post() of array - by El Forum - 10-12-2008, 07:28 AM
$this->input->post() of array - by El Forum - 10-21-2008, 05:06 PM
$this->input->post() of array - by El Forum - 10-21-2008, 05:17 PM
$this->input->post() of array - by El Forum - 10-21-2008, 05:28 PM
$this->input->post() of array - by El Forum - 10-21-2008, 05:37 PM
$this->input->post() of array - by El Forum - 10-22-2008, 01:21 AM
$this->input->post() of array - by El Forum - 10-22-2008, 01:37 AM
$this->input->post() of array - by El Forum - 10-22-2008, 12:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB