Posted by ameshkin on 03/25/06 00:49
Still not working.
I changed the query to what you said. Here is the code. I tried three
different things. I'm not sure whats going on here. THe page is at
http://www.mytuneslive.com/ameshkin/
$day = $row_comment['unix_timestamp'];
?>
</td>
<td width="55%" align="left" valign="top"><?php echo
gmdate("n-d-Y g:i A",strtotime($day));
echo $row_comment['unix_timestamp'];
echo $day; ?> <br><br>
<?php echo $row_comment['comment']; ?> </td>
</tr>
</table>
Navigation:
[Reply to this message]
|