Hey there, I need a little help with SQL.
Basically this is my SQL.cfg file:
amx_sql_host "127.0.0.1"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_type "mysql"
I want to know that anybody using this must create a database first and a table in it or It will automatically be created?
I want to save frags,Deaths,Kills and other stuff in it.
I know how to work with SQL database and Entering data in it, I meant PHP.
Thnx