techwithquestion Posted November 23, 2014 Share Posted November 23, 2014 Hello I am able to add client date using my php code. but I am unable to update datecreted field in tblclients tabele. is there any way to update current date in this field ? Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 24, 2014 Share Posted November 24, 2014 you'll want to use the UPDATE command with MySQL - off the top of my head, think it should be something along the lines of.. UPDATE tblclients SET datecreated='2014-11-24' WHERE email='someemailaddress'; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.