How to add Group slot - MYSQL (+REP)
#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


Messages In This Thread
How to add Group slot - MYSQL (+REP) - by Trevor Gin - 31.03.2015, 12:16
Re: How to add Group slot - MYSQL (+REP) - by BroZeus - 31.03.2015, 12:22
Re: How to add Group slot - MYSQL (+REP) - by BleverCastard - 31.03.2015, 13:00

Forum Jump:


Users browsing this thread: 1 Guest(s)