Welcome Guest, Not a member yet? Register   Sign In
When I refresh a page it sends the same data
#2

[eluser]Twisted1919[/eluser]
Everythinbg seems fine, except maybe 2 things :
1) try : redirect('welcome/forms');exit();
2) your form is vulnerable to xss attacks Wink try :
Code:
$data = array(
            'date' => $this->input->post('date',TRUE),
            'start_time' => $this->input->post('start_time',TRUE),
            'finish_time' => $this->input->post('finish_time',TRUE),
            'instructor' => $this->input->post('instructor',TRUE),
        );


Messages In This Thread
When I refresh a page it sends the same data - by El Forum - 10-09-2010, 08:02 AM
When I refresh a page it sends the same data - by El Forum - 10-09-2010, 08:14 AM
When I refresh a page it sends the same data - by El Forum - 10-09-2010, 09:21 AM
When I refresh a page it sends the same data - by El Forum - 10-09-2010, 09:53 AM
When I refresh a page it sends the same data - by El Forum - 10-09-2010, 11:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB