Welcome Guest, Not a member yet? Register   Sign In
Insert Current Date
#2

[eluser]cideveloper[/eluser]
how are you building the "$_data" array for the insert. Why couldn't you just set ridedate there.

if you are looping through the post variables to generate $_data, which I think is a bad idea, then you can just add ridedate to the end of $_data.

Code:
other code to get form variables....

$_data['ridedate'] = date('Y-m-d')
$this->db->insert('cycling', $_data);


Messages In This Thread
Insert Current Date - by El Forum - 02-13-2011, 09:03 AM
Insert Current Date - by El Forum - 02-13-2011, 09:19 AM
Insert Current Date - by El Forum - 02-13-2011, 09:56 AM
Insert Current Date - by El Forum - 02-13-2011, 12:16 PM
Insert Current Date - by El Forum - 02-13-2011, 12:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB