Dear Sir,
I am using PHP and MYSQL to develop Dynamic website. I want to insert data in to a table.
Example:
$date = date('Y-m-d hⓂs');
This function reads the system date and time. It works with out any problem.
But the 'm' in the date function reads only month. In the other way round, this function can't read month.
2002-11-19 08:11:53
Can you help me
Thank you