07.02.2011, 15:35
(
Последний раз редактировалось RFT; 09.02.2011 в 12:26.
)
Hi,
I have a little problem with the plugin.
I have written a function that returns me the registered user.
On Windows it works without problems. But on Linux I get back the value -1.
I tried it with the plugin R4 and R5 but without success.
stock mysql_GetFields()
{
mysql_query("SELECT id FROM Spieler");
mysql_store_result();
new rows = mysql_num_rows();
mysql_free_result();
return rows;
}
Sorry for my bad english
I have a little problem with the plugin.
I have written a function that returns me the registered user.
On Windows it works without problems. But on Linux I get back the value -1.
I tried it with the plugin R4 and R5 but without success.
stock mysql_GetFields()
{
mysql_query("SELECT id FROM Spieler");
mysql_store_result();
new rows = mysql_num_rows();
mysql_free_result();
return rows;
}
Sorry for my bad english