Welcome Guest, Not a member yet? Register   Sign In
Need assist Filtering Comments/Returning Errors to appropriate view.
#4

[eluser]Thorpe Obazee[/eluser]
Code:
if ($this->form_validation->run() === TRUE) {
    $this->Movie_model->insertRow('movie_comments', $data);
    redirect('movie/comments/'. $data['movie_id']);    
}
Try this


Messages In This Thread
Need assist Filtering Comments/Returning Errors to appropriate view. - by El Forum - 05-19-2009, 09:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB