Welcome Guest, Not a member yet? Register   Sign In
comment form submission - return to same page
#1

[eluser]Unknown[/eluser]
Hello!
how can i redirect my page to the current url after submitting the comment form?

This is the controller function:
Code:
$this->rehber_model->comment();
redirect('this-one-should-be-dynamic');

This is the model function:
Code:
public function comment()
{
$data = array('comment' => $this->input->post('comment'));
return $this->db->insert('comments', $data);
}

Or any other idea for comment system?


Messages In This Thread
comment form submission - return to same page - by El Forum - 12-25-2011, 02:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB