Thread: Upgraded to VB3
View Single Post
Old April 29th, 2005, 11:00 AM   #6 (permalink)
larrydougherty
Registered User
 
Join Date: Apr 2004
Location: Delaware
Posts: 12
Send a message via AIM to larrydougherty
+-------------+--------------+------+-----+---------+----------------+
| 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?
larrydougherty is offline   Reply With Quote