10.01.2016, 23:31
Alright so I made a simple query, but I want to insert date with it. I have created row with "Date" and set Datatype to date, how to recognize what date is it? I mean how to insert the date?
So basically how do I use DATATYPE 'date'
PHP код:
mysql_format(mysql, query, sizeof(query),"INSERT INTO `crimes` (`Name`,`Reason`) VALUES ('%e','%e')",GetName(otherplayer),reason);