error 035: argument type mismatch (argument 1)
#1

hi Anyone Can Fix This ? TnX
lumberjack.pwn(185) : error 035: argument type mismatch (argument 1)

PHP код:
stock SaveMine()
{
    new 
ok[200];
     
format(ok,sizeof(ok),"INSERT INTO mine (cutt) VALUES (%d)"cutt);
     
mysql_query(ok);<<<<<Error On This Line  argument type mismatch (argument 1)
    return 
1;

Reply
#2

Post database format on table mine , + post what cutt format are
Reply
#3

check syntax for mysql_query :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)