05-07-2009, 12:00 AM
|
#7 (permalink)
|
|
The Acquainted
Join Date: May 2007
Location: Your G/F's Closet
Posts: 114
Thanks: 7
|
column is 100% unique so, but I did that:
PHP Code:
$update = mysql_query("UPDATE settings SET `sitename` = '$websitename' WHERE `build` = '1.0a'") or die(mysql_error());
and still nothing, i used build because its the "build" version of the script.
I am using FF3 I believe, not sure on exact version number as it is a work computer.
__________________
Real Programmers always confuse Christmas and Halloween because Oct31 == Dec25 - Andrew Rutherford
|
|
|