Ok so this is what i have now, the table is now created in my database but there are no values inside, when actually when a new map is loaded without records in it yet it should save these vallues: 99min 99 secs 999 ms but its not saving those vallues or even registering the map in the table
PHP Code:
format(szTemp,charsmax(szTemp),"INSERT INTO `AM_recordtimes` ( `mapid` , `minutes`, 'seconds', 'miliseconds')VALUES ('%s','99', '99', '999');",szMapId)
SQL_ThreadQuery(g_SqlTuple,"IgnoreHandle",szTemp)