http://www.php.net/manual/en/function.strtotime.php
: Hi
:
: I have a field of type timestamp in my database but when I retrieve it I
: want to convert it to its unix timetamp value because I need to compare 2
: tables by their timestamp value.
:
: Any ideas how to convert PostgreSQL timestamp to Unix timestamp???
:
: Thanks
:
: Richie