Welcome Guest, Not a member yet? Register   Sign In
Are input->post arrays possible in codeigniter? I'm using doctrine and need to combine my birthday dropdown for db inser
#2

[eluser]CroNiX[/eluser]
Code:
$u->date = $this->input->post('year') . '-' . $this->input->post('month') . '-' . $this->input->post('day');
Something like that? Not exactly sure with the info posted.


Messages In This Thread
Are input->post arrays possible in codeigniter? I'm using doctrine and need to combine my birthday dropdown for db inser - by El Forum - 09-24-2010, 12:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB