Faraonekkk
New Member
- Joined
- Feb 15, 2010
- Messages
- 686
- Reaction score
- 4
hi
when i add points its adding successuffly but it can't add premium points to db
i am trying but don't know
its error
Line 49
i think the script don't know how to connect DB, how can i do it?
i saw
require_once('varrar/db.php');
but deleted of errors, i don't have db.php
help :/
when i add points its adding successuffly but it can't add premium points to db
i am trying but don't know
its error
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\xxx\sms.php on line 49
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\xxx\sms.php on line 49
Line 49
mysql_query("UPDATE `players` SET `premium` = premium + 100 WHERE `id` = '".$players."';");
i think the script don't know how to connect DB, how can i do it?
i saw
require_once('varrar/db.php');
but deleted of errors, i don't have db.php
help :/
Last edited: