Welcome Guest, Not a member yet? Register   Sign In
Store form data in database and email it to email address x
#8

[eluser]jeffpeck[/eluser]
You can pick up the post data using $this->input->post('INPUT_NAME')

INPUT_NAME is the name of the input from the previous page.

So, if you have:
<input type="text" name="first_name"/>
<input type="text" name="last_name"/>

You can get those values on submit through $this->input->post('first_name') and $this->input->post('last_name')


Messages In This Thread
Store form data in database and email it to email address x - by El Forum - 02-12-2010, 11:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB