|
+-------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+----------------+
| id | int(11) | | PRI | NULL | auto_increment |
| title | varchar(255) | | | | |
| varname | varchar(25) | | | | |
| description | varchar(150) | | | | |
| setting | varchar(250) | | | | |
| optionorder | int(3) | | | 0 | |
| section | int(3) | | | 0 | |
+-------------+--------------+------+-----+---------+----------------+
ok, so here are the columns from the settings table. What do you mean entry 171-173? which column would it be in and what text am I lookin to replace?
|