/changelog using MySQL?
#1

Is there anyway you can use /changelog and it updates in MySQL? As in /changelog "text" and it updates to a table in MySQL called "changelogs" Sorry, Im new to MySQL stuff and don't know how.
Reply
#2

Anyone?
Reply
#3

The creation depends on what mysql plugin do you use.
If I'm right, you want an update query, like:

pawn Код:
mysql_query("UPDATE table SET column_1 = 'variable' WHERE column_2 = 'variable2'");
Reply
#4

Nonameman: You need a format before that -.-

You give me idea for my next filterscript

Just wait for it, maybe I will release it tomorrow
Reply
#5

Why would he need to format that text before calling the function ?
Reply
#6

Quote:
Originally Posted by System64
Посмотреть сообщение
Nonameman: You need a format before that -.-
Even if this is an example how should he do it? 'column_1', 'variable' ...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)