12-09-2008, 02:25 AM
|
#3 (permalink)
|
|
The Contributor
Join Date: Oct 2008
Posts: 75
Thanks: 4
|
Well the field column is called WebsiteTitle and in the WebsiteTitle it will contain the title of the page.
Are you saying that it should be something like this:
PHP Code:
"UPDATE mainsettings SET WebsiteTitle='$title' WHERE PrimaryKey='WebsiteTitle'"
|
|
|
|