MySQL problem
#1

Hello,i just install mysql BlueG but i got a errors a lot.All is like
Код:
mysql_query - invalid connection handle (id: 0)
Do you know what i can try?
Reply
#2

You need to handle the result of mysql_connect for your queries..like:

Код:
new MySQL;

MySQL = mysql_connect(...);

mysql_query(MySQL, query, ...);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)