lumberjack.pwn(183) : error 035: argument type mismatch (argument 1)
#1

PHP код:
stock SaveMine()
{
        new 
string[200];
        
format(string,sizeof(string),"INSERT INTO mine (cutt) VALUES (%d)"cutt);
        
mysql_query(string);
        return 
1;

What are wrong ?
Reply
#2

Which line is 183?
Reply
#3

mysql_query needs at first the id of the mysql_connect request..sth like:

PHP код:
mysql_query(idstring); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)