Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Mysql not saving...

$
0
0
I want to save the date and time when the player last connected but isnt working. Could anybody help?

PHP Code:

new data[6];
getdate(data[2], data[1], data[0]);
gettime(data[3], data[4], data[5]);
mysql_format(mysqlquerysizeof(query), "UPDATE `accounts` SET `Zi` = '%d', `Luna` = '%d', `An` = '%d', `Ora` = '%d', `Minut` = '%d', `Secunda` = '%d' WHERE `ID` = %d"data[0], data[1], data[2], data[3], data[4], data[5], playerid);
mysql_tquery(mysqlquery); 


Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>