10.01.2011, 18:19
Quote:
Hey,
i have a problem with my mysql code. It works fine. But at my new hoste it dont work. I get this error, everytime. Invalid Connection Handle - (You set: 1, Highest connection handle ID is 0) |
Isn't it given by mysql_connect function?
pawn Код:
new con_handle;
con_handle = mysql_connect(/*....*/);