Hiya, im looking to add a timestamp for a \'last update\' field on a mysql database...so i need a function in Php to grab the time when the mysql query is made i guess. any sugestions?
time()
http://www.php.net/time
Perhaps, timestamp() in MySQL would be more appropriate.
Kai