Easy MySQL
#4

PHP код:
new handle SQL::Open(SQL::UPDATE"inv""Name"GetName(playerid)); 
SQL::Open for integer

Use SQL::OpenEx

PHP код:
new handle SQL::OpenEx(SQL::READ"players""p_name"ret_pName(playerid)); 
        
SQL::ReadString(handle"p_password"UserInfo[playerid][p_password], 64); 
        
SQL::ReadInt(handle"p_id"UserInfo[playerid][p_id]); 
        
SQL::Close(handle); 
Reply


Messages In This Thread
Easy MySQL - by Matteo987 - 01.10.2017, 05:04
Re: Easy MySQL - by Max_Andolini - 01.10.2017, 08:24
Re: Easy MySQL - by Matteo987 - 01.10.2017, 12:33
Re: Easy MySQL - by Max_Andolini - 01.10.2017, 14:30

Forum Jump:


Users browsing this thread: 1 Guest(s)