06.12.2013, 19:05
Hi guys. I try to compare the date:
and I always get: "Yeah" in the log.
My question is - Why?) Someone can help me, please? Where's my error?)
pawn Код:
mysql_format(1, STR256, 188, "SELECT `date` FROM `"TABLE_BLACKLIST"` WHERE `date` <= 'NOW()+0'");
Test = mysql_query(1, STR256);
cache_get_data(rows, fields, 1);
if(rows == 1) print("Yeah");
else print("No...");
My question is - Why?) Someone can help me, please? Where's my error?)
Thank you in advance!