Jump to content

Recommended Posts

Hi, I have a field in my database that I would like to have the current date/time of when that row was added. How would one go about this?

 

Is it possible that I could use phpmyadmin and have the date automatically set so that's one less thing I have to worry about in my queries? I'm using a MySQL5.0 database, just in case that matters.

 

Thanks,

 

Link to comment
https://forums.phpfreaks.com/topic/162527-inserting-datetime/
Share on other sites

just use: "INSERT INTO table_name ( column1, column2, column3 ) VALUES ( 'value1', 'value2', now() )";

 

read this time and date functions

 

Ah ok, I remember the NOW() function..

 

I wish if I knew if there was a way to have the date field automatically be set to NOW() within phpmyadmin.. would save me a lot of work

Link to comment
https://forums.phpfreaks.com/topic/162527-inserting-datetime/#findComment-857796
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.