Storing NOW() mysql to a variable?
#1

Is it possible to store MySQL's NOW() Date & Time function to a variable?

PHP код:
mysql_format(mysqlquerysizeof(query), "INSERT INTO `accounts` (`NAME`, `REGISTRATION`, `IP`, `PASSWORD`, `SALT`) VALUES ('%e', NOW(), '%s', '%s', '%e')"PlayerInfo[playerid][p_Name], PlayerInfo[playerid][p_newIP], PlayerInfo[playerid][p_Password], PlayerInfo[playerid][p_Salt]);
mysql_tquery(mysqlquery"OnPlayerRegister""d"playerid); 
Reply


Messages In This Thread
Storing NOW() mysql to a variable? - by JaKe Elite - 16.01.2019, 12:31
Re: Storing NOW() mysql to a variable? - by AjaxM - 16.01.2019, 12:32
Re: Storing NOW() mysql to a variable? - by JaKe Elite - 16.01.2019, 12:58
Re: Storing NOW() mysql to a variable? - by JaKe Elite - 16.01.2019, 13:03

Forum Jump:


Users browsing this thread: 1 Guest(s)