Thanks John! Yeah my code was flawed, it works now but... I am 13 hours behind the timestamp. The timestamp is to eastern standard time. Could the problem be in here?
=====0=======0=======0
mysql_connect($host,$user,$pass) or die ("Problem connecting to DataBase");
$query = "SELECT id, col, col_another,DATE_FORMAT(timestamp,'%a %b %D %Y - %l:%i p') AS f_time FROM Table_name ORDER BY f_time LIMIT 50";
$result = mysql_db_query($datab, $query);
======0=======0=======0
Everything formats as I want however I have lost 13 hours so a stamp now would refelt to friday.
Thanks,
Jim