Mysql query (0.3e R7)
#1

i reasondly fount that mysql_query no more work and now it shout be mysql_function_query but i have no idea how to use it i see its defrend from mysql_query and can someone show me how i can convert all my mysql_query to mysql_function_query and here down example one of my scripts (please use example to show me )


PHP код:
    new log[156];
    
format(log,sizeof(log),"INSERT INTO `playerlog` (`username`,`status`) VALUES ('%s','Disconnect')",PlayerName(playerid));//playername is my stock for getplayername
    
mysql_query(log); 
Reply
#2

use Notepad++ and than CTRL+F and go to replace tab
Reply
#3

Quote:
Originally Posted by CoaPsyFactor
Посмотреть сообщение
use Notepad++ and than CTRL+F and go to replace tab
to replace ? they are 2 diffend

mysql_query( query[] [,resultid = (-1), extraid = (-1), connectionHandle = 1] )

mysql_function_query( connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:... )
Reply
#4

anyone ?
Reply
#5

please help me i really need that help i will rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)