#1

This is the error it shows:
PHP код:
[Wed Aug 10 15:17:25 2011Error (0): Failed to exeute queryUnknown column 'TIMESTAMP' in 'field list'
This is what it shows it on:
PHP код:
    format(saveQuerysizeof(saveQuery),"INSERT INTO `arecords` (`type`,`ip`,`name`,`admin`,`time`,`reason`,`otime`) VALUES (0, '%s', '%s', '%s', 0, '%s',TIMESTAMP)",ip,name,name2,reason);
    
mysql_query(saveQuery); 
It's in /kick
Reply
#2

I don't think that keyword exists in MySQL, try CURRENT_TIMESTAMP instead.
Reply
#3

Cheers!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)