/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$query = "select UNIX_TIMESTAMP(date_field) as mydate from mytable where 1=1"; { echo $row; }