Welcome Guest, Not a member yet? Register   Sign In
How to show a preview / confirmation page before writing the form to the database
#13

[eluser]johnwbaxter[/eluser]
You really should be using the input class for dealing with post data so that it is sanitised and safe.

Code:
$this->input->post('edit_listing')
instead of
Code:
$_POST['edit_listing']


Messages In This Thread
How to show a preview / confirmation page before writing the form to the database - by El Forum - 02-19-2009, 10:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB