Since MySQL evidently cannot automatically insert the function now() in a datetime field in adding new records like some other databases, based on comments, I\'m explicitly tryi
These both work fine for me...
Side note: mysql_query() is not the best way to connect to MySQL in current versions of PHP.