If I use the following code to place data in a MySQL database field, what kind of field type do I need to use to preserve the formatting?
$mysqldate = date('m-d-Y H:i:s');
If I use the following code to place data in a MySQL database field, what kind of field type do I need to use to preserve the formatting?
$mysqldate = date('m-d-Y H:i:s');
:: Copyright KIRUPA 2024 //--