Raised This Month: $ Target: $400
 0% 

Transfer by mysql


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Vechta
Veteran Member
Join Date: Jun 2010
Old 03-07-2013 , 13:40   Transfer by mysql
Reply With Quote #1

delete please.

Last edited by Vechta; 03-08-2013 at 08:07.
Vechta is offline
Torge
Veteran Member
Join Date: Oct 2011
Old 03-07-2013 , 13:43   Re: Transfer by mysql
Reply With Quote #2

Through SQL_ThreadQuery().

Example:
PHP Code:
Load(id)
{
    new 
szAuthID[35];
    
get_user_authid(idszAuthIDcharsmax(szAuthId));

    new 
szData[1];
    
szData[0] = id;

    new 
szQuery[256];
    
formatex(szQuerycharsmax(szQuery), "SELECT * FROM test WHERE steamid = '%s'"szAuthID);

    
SQL_ThreadQuery(g_SqlTuple"Query_Handler"szQueryszDatasizeof(szData));
}

public 
Query_Handler(...)
{
    
// And so on

Torge is offline
Vechta
Veteran Member
Join Date: Jun 2010
Old 03-07-2013 , 13:47   Re: Transfer by mysql
Reply With Quote #3

delete please.

Last edited by Vechta; 03-08-2013 at 08:07.
Vechta is offline
Sylwester
Veteran Member
Join Date: Oct 2006
Location: Poland
Old 03-07-2013 , 23:47   Re: Transfer by mysql
Reply With Quote #4

Why do you need this?
__________________
Impossible is Nothing
Sylwester is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:54.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode