I have a field in a MySQL table which has a timestamp data type. I am saving data into that table. But when I pass the timestamp (1299762201428) to
timestamp
1299762201428
Better is use datatype varchar(15).
varchar(15)