MYSQL Not showing Login/Register Dialog
#8

You should have a MySQL: Connection handle, which is "Database" in your case, catching the value from mysql_connect.

PHP код:
 Database mysql_connect(...); 
Also, mysql_errno() returns 0 if connection was successful. So you've got that wrong. So basically, the problem is that mysql is not able to connect as I said above.
https://sampwiki.blast.hk/wiki/MySQL/R40#mysql_errno - Here, look at this.
Reply


Messages In This Thread
MYSQL Not showing Login/Register Dialog - by DerickClark - 04.06.2018, 23:13
Re: MYSQL Not showing Login/Register Dialog - by Criniti - 05.06.2018, 02:41
Re: MYSQL Not showing Login/Register Dialog - by DerickClark - 05.06.2018, 03:43
Re: MYSQL Not showing Login/Register Dialog - by GTLS - 05.06.2018, 06:36
Re: MYSQL Not showing Login/Register Dialog - by DerickClark - 05.06.2018, 06:43
Re: MYSQL Not showing Login/Register Dialog - by GTLS - 05.06.2018, 07:11
Re: MYSQL Not showing Login/Register Dialog - by DerickClark - 05.06.2018, 07:21
Re: MYSQL Not showing Login/Register Dialog - by GTLS - 05.06.2018, 08:29
Re: MYSQL Not showing Login/Register Dialog - by DerickClark - 05.06.2018, 16:11
Re: MYSQL Not showing Login/Register Dialog - by GTLS - 05.06.2018, 16:38

Forum Jump:


Users browsing this thread: 1 Guest(s)