17.04.2015, 03:13
Quote:
Browse allows you to browse any content within the table. Structure shows you how the layout of the table, allows you to add/remove fields/columns, rearrange them, etc.
Do this: Click the 'SQL' tab. Copy the below query into the input box and click 'Go' which is at the right hand side. PHP код:
|
Like this example concept below:
Код:
The query is format(query, sizeof(query), "%s `gMOTD` = '%s',", query, g_mysql_ReturnEscaped(GlobalMOTD, MainPipeline));
PHP код:
INSERT INTO `misc` (`gMOTD`) VALUES ('This is my first MOTD!')
pawn Код:
format(query, sizeof(query), "%s `ShopClosed` = '%d',", query, ShopClosed);
PHP код:
INSERT INTO `misc` (`ShopClosed`) VALUES ?? OR INTEGER ? What will be (`valuehere`)
Thanks for your help. I will give +REP