[Help] MySQL Erros
#1

Hello everyone, I decided to learn MySQL and make my GM a little more practical, I followed tutorials but when testing, I come across some informalities and errors, such as those mentioned below:

PHP код:
warning 213tag mismatch
// On this Line
IDConexao mysql_connect(HOSTUSUARIOSENHADATABASE); 
PHP код:
warning 202number of arguments does not match definition
//On this Line
mysql_format(IDConexaoQuerysizeof(Query), "INSERT INTO `ContasScore`(`Nome`, `Score`) VALUES ('%s', '%i')"PlayerName(playerid), GetPlayerScore(playerid)); 
And Errors

PHP код:
error 017undefined symbol "mysql_tquery"
error 017undefined symbol "mysql_format"
//On these respective lines
mysql_tquery(IDConexaoQuery"DadosRegistrados""i"playerid);
mysql_format(IDConexaoQuerysizeof(Query), "UPDATE `ContasScore` SET `Nome`='%s', `Score`='%i' WHERE `ID`=%d"PlayerName(playerid), GetPlayerScore(playerid), PlayerInfoID[playerid]); 
There are other errors, but almost all are errors that do not recognize the command that is related to MySQL, I have already updated everything and even that did not help.
Reply


Messages In This Thread
[Help] MySQL Erros - by ApolloScripter - 15.01.2019, 19:40
Re: [Help] MySQL Erros - by Chyakka - 15.01.2019, 19:50
Re: [Help] MySQL Erros - by ApolloScripter - 15.01.2019, 19:52
Re: [Help] MySQL Erros - by Chyakka - 15.01.2019, 19:59
Re: [Help] MySQL Erros - by ApolloScripter - 15.01.2019, 20:01
Re: [Help] MySQL Erros - by rockys - 15.01.2019, 21:41
Re: [Help] MySQL Erros - by ApolloScripter - 15.01.2019, 21:48
Re: [Help] MySQL Erros - by rockys - 15.01.2019, 21:51
Re: [Help] MySQL Erros - by ApolloScripter - 15.01.2019, 22:02
Re: [Help] MySQL Erros - by ApolloScripter - 16.01.2019, 12:35

Forum Jump:


Users browsing this thread: 1 Guest(s)