08.02.2013, 22:17
Omg Guys...
Param 4 for mysql_connect is Database, not table. You instead of that you have to put
where [...] is name of Database that includes Table users. Understood?
pawn Code:
#define DATA "users"
pawn Code:
#define DATA "[...]"