Welcome Guest, Not a member yet? Register   Sign In
form post not working
#7

[eluser]Greg Aker[/eluser]
change your process function to:

Code:
function process()
    {
        echo '<h1>$this->input->post()</h1>';
        echo '<pre>'; print_r($this->input->post('revw_name'),
                              $this->input->post('revw_text'));
        echo '</pre>';

        echo '<h1>$_POST</h1>';
        echo '<pre>'; print_r($_POST); exit; echo '</pre>';
        exit;
    }

what does it output?


Messages In This Thread
form post not working - by El Forum - 09-02-2010, 02:10 PM
form post not working - by El Forum - 09-02-2010, 09:31 PM
form post not working - by El Forum - 09-02-2010, 10:01 PM
form post not working - by El Forum - 09-02-2010, 11:16 PM
form post not working - by El Forum - 09-02-2010, 11:26 PM
form post not working - by El Forum - 09-02-2010, 11:41 PM
form post not working - by El Forum - 09-02-2010, 11:48 PM
form post not working - by El Forum - 09-02-2010, 11:54 PM
form post not working - by El Forum - 09-03-2010, 12:09 AM
form post not working - by El Forum - 09-03-2010, 12:30 AM
form post not working - by El Forum - 09-03-2010, 12:36 AM
form post not working - by El Forum - 09-03-2010, 12:53 AM
form post not working - by El Forum - 09-03-2010, 12:57 AM
form post not working - by El Forum - 09-03-2010, 12:57 AM
form post not working - by El Forum - 09-03-2010, 01:05 AM
form post not working - by El Forum - 09-03-2010, 01:11 AM
form post not working - by El Forum - 09-03-2010, 01:19 AM
form post not working - by El Forum - 09-03-2010, 01:28 AM
form post not working - by El Forum - 09-03-2010, 03:10 AM
form post not working - by El Forum - 09-03-2010, 10:31 AM
form post not working - by El Forum - 09-06-2010, 12:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB