I'm using MySQL, and have several fields set as int(10) for dates. How can I insert a unix timestamp into the fields? time() seems to be giving me an error...
you also might want to note that MySQL and UNIX (and therefore PHP) use different timestamps... look at the comments manual pages on PHP.net, there's a lot of information on how to convert between the two.
regards, harlan