SQLite ban script
#1

Fixed.
Reply
#2

What did you want to store in databse? or what expectations do you want to do on this ?
Reply
#3

You're selected NAME only...
Код:
SELECT `NAME`
Correct:
Код:
SELECT `NAME` AND `BANNED`
or
Код:
SELECT *
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)