![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Date is not being pulled from MYSQL database, instead current date is displayed!!!
From: ameshkin <amir.meshkin@gmail.com>
Date: Fri Mar 24 2006 - 23:49:05 CET
Still not working.
I changed the query to what you said. Here is the code. I tried three
$day = $row_comment['unix_timestamp'];
</td>
echo $row_comment['unix_timestamp'];
|