[Ajuda] Nгo tб criando a tabela [MySQL]
#2

to estudando MySQL, nгo sei se ta certo mas tenta..

PHP код:
mysql_format(Conexao,Query,"CREATE TABLE `logs` (`nome`, `id`, `email`, `IsAdmin`) VALUES ('%s','%d','%d')" Nome(playerid), PID[playerid], Avancados[playerid][Email] , 1);
mysql_function_query(ConexaoQueryfalse#, #);
printf("Log criado, Player: %s , ID: %d , E-mail: %s , Admin: %d"Nome(playerid), PID[playerid], Avancados[playerid][Email], 1); 
Use tambйm a callback que reporta os erros.

PHP код:
public OnQueryErrorerroriderror[], callback[], query[], connectionHandle )
{
    
printf("%i %s %s %s %i"erroriderrorcallbackqueryconnectionHandle) ;
    return 
1;

#edit..

tenta assim

PHP код:
mysql_format(Conexao,Query,"INSERT INTO `logs` (`nome`, `id`, `email`, `IsAdmin`) VALUES ('%s','%d','%d')" Nome(playerid), PID[playerid], Avancados[playerid][Email] , 1);
mysql_function_query(ConexaoQueryfalse#, #);
printf("Log criado, Player: %s , ID: %d , E-mail: %s , Admin: %d"Nome(playerid), PID[playerid], Avancados[playerid][Email], 1); 
Reply


Messages In This Thread
Nгo tб criando a tabela [MySQL] - by ViictorDaay- - 07.05.2013, 02:17
Re: Nгo tб criando a tabela [MySQL] - by smiiir - 07.05.2013, 02:23
Re: Nгo tб criando a tabela [MySQL] - by ViictorDaay- - 07.05.2013, 02:32
Re: Nгo tб criando a tabela [MySQL] - by Jason` - 07.05.2013, 02:37
Re: Nгo tб criando a tabela [MySQL] - by Falcon. - 07.05.2013, 02:38
Re: Nгo tб criando a tabela [MySQL] - by Schocc - 07.05.2013, 02:52
Re: Nгo tб criando a tabela [MySQL] - by ViictorDaay- - 07.05.2013, 15:34
Re: Nгo tб criando a tabela [MySQL] - by Delta 4 - 07.05.2013, 15:35
Re: Nгo tб criando a tabela [MySQL] - by ViictorDaay- - 07.05.2013, 15:47
Re: Nгo tб criando a tabela [MySQL] - by Delta 4 - 07.05.2013, 17:08

Forum Jump:


Users browsing this thread: 1 Guest(s)