View Single Post
  #2  
Old 02-02-2009, 03:30 PM
seridium
Sarnak
 
Join Date: Jan 2009
Location: canada
Posts: 68
Default

The best way to set a variable is to run SQL like this directly:

REPLACE INTO variables (varname,value) VALUES('VARIABLE_NAME', 'VALUE');


Which makes 0% sense to me...


As in I typed in mysql
REPLACE INTO variables (varname,value) VALUES('MOTD', 'Welcome to my server');

And it tells me something about no database, which data base do I use? peq_db?
Reply With Quote