Can anyone tell me how to store the actual date on mysql using php ?
Thanks
insert into table(date) values (now());
I knew that way, but i only need the date, not the complete hour/date, thanks