26.05.2014, 13:18
Well,the problem is you didn't fill in any of the parameters in that function. For example , this is what it looks in my script.
That dbHandle is my connection to the database(username,password etc.)
The query is the "new query" thingie you defined. False is the cache and the others are optional so I just ignored them in this case.
pawn Код:
mysql_function_query(dbHandle, query, false, "", "");
The query is the "new query" thingie you defined. False is the cache and the others are optional so I just ignored them in this case.