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

[eluser]harpster[/eluser]
I see... actually what I put down was not correct as I'm not using $data, I'm using $_POST to speed up my learning process so I can quickly make the complete CRUD model.

Code:
$this->db->insert('cycling', $_POST);

I'm only doing this temporarily until I figure out how to do Form Validation. So in this case the form data is already in the POST array and I'm just trying to add in the current date. But I see your point... when I do the form validation I can just add in the date there. Didn't see the forest through the trees... thanks!


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