[Ajuda] Ajuda MySQL
#1

Gostaria de pedi a ajuda de alguйm que entende de mysql para corrigir meu problema

Essa й a linha que uso para carregar os dados de E-mail
PHP код:
cache_get_value_name_int(0"Email"PlayerInfo[extraid][pEmail]); 
mas no log sempre mostra isso
PHP код:
[00:39:22] [plugins/mysqlcache_get_value_name_intvalue 'karlovski159@gmail.com' is not a number 
e tambйm esse outro erro
PHP код:
[01:20:46] [plugins/mysqlmysql_formatdestination size '45' is too small 
Reply
#2

Код:
cache_get_value_name(0, "Email", PlayerInfo[extraid][pEmail]);
Reply
#3

Quote:
Originally Posted by AuhMaru
Посмотреть сообщение
Код:
cache_get_value_name(0, "Email", PlayerInfo[extraid][pEmail]);
Por ser uma array 2d vai haver problema ao passar por referкncia.
Nesse caso, o correto seria informar o tamanho de pEmail, caso contrбrio ele pega o tamanho incorreto da string:

Код:
cache_get_value_name(0, "Email", PlayerInfo[extraid][pEmail], 50);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)