How to add Group slot - MYSQL (+REP)
#1

Hello, how i can add more faction slot on mysql??

http://prntscr.com/6nnszr
Reply
#2

Use insert query.
Insert query format is as follows :
Код:
INSERT INTO table_name (column1, column2, column3,...)
VALUES (value1, value2, value3,...)
In your case it will be something line this
PHP код:
INSERT INTO `groups` (`Name`, `MOTD`,...) VALUES ('Example''Example MOTD', ....) 
Reply
#3

Go to the top of the page, press "Insert" and voila, fill in the fields.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)