[Ajuda] Pegar string da tabela MYSQL
#5

Quote:
Originally Posted by Ever_SH
View Post
Cara, MySQL no SAMP eu nunca usei. Mas pesquisando rapido aqui as funзхes, acredito que seja mais ou menos isso.

PHP Code:
new strEmail[60];
new 
Cache:resultado mysql_query(MySQL"SELECT email FROM `conta` WHERE id = 1");
cache_get_value_name (0"email" strEmail) ;
cache_delete(resultado); 
Na consulta considerei o nome do tabela como "conta", e o nome do campo como "email", use format tambйm para substituir o id.
Eu nгo testei, se nгo funcionar, avise.
Opa brigado pelo ajuda, mais nгo funcionou tentei fazer umas alteraзхes de cб umas de lб, mesmo assim nada ;-;
to usando assim:
PHP Code:
CMD:meuemail(playeridparams[])
{
    new 
strEmail[60];
    new 
Cache:resultado mysql_query(ConexaoSQL"SELECT Email FROM `conta` WHERE `pID`=%d"Player[playerid][pID]);
    
cache_get_value_name (0"Email" strEmail) ;
    
cache_delete(resultado); 
    new 
string[128];
    
format(stringsizeof(string),"| E-MAIL | Seu e-mail cadastrado em sua conta й: %s{ff0000}"strEmail);
    
SendClientMessage(playerid, -1string);
    return 
1;

atй deu um warning:
PHP Code:
(1478) : warning 213tag mismatch 
linha:
PHP Code:
 new Cache:resultado mysql_query(ConexaoSQL"SELECT Email FROM `conta` WHERE `pID`=%d"Player[playerid][pID]); 
Reply


Messages In This Thread
Pegar string da tabela MYSQL - by LucasW - 09.01.2020, 12:56
Re: Pegar string da tabela MYSQL - by Ever_SH - 09.01.2020, 13:21
Re: Pegar string da tabela MYSQL - by LucasW - 09.01.2020, 13:41
Re: Pegar string da tabela MYSQL - by Ever_SH - 09.01.2020, 13:56
Re: Pegar string da tabela MYSQL - by LucasW - 09.01.2020, 14:06
Re: Pegar string da tabela MYSQL - by LucasW - 09.01.2020, 14:26
Re: Pegar string da tabela MYSQL - by Malandrin - 09.01.2020, 14:32
Re: Pegar string da tabela MYSQL - by LucasW - 09.01.2020, 14:44
Re: Pegar string da tabela MYSQL - by Malandrin - 09.01.2020, 14:46
Re: Pegar string da tabela MYSQL - by LucasW - 09.01.2020, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)