AHHH! figured it out! i'm a knuckle head
had to change
PHP Code:
$sql = "UPDATE `ring` SET `value` = '$value',`text` = '$text',`image` = '$image' WHERE `ring`.`id` = '$id' LIMIT 1";
to
PHP Code:
$sql = "UPDATE `ring` SET `value` = '$value',`text` = '$text',`image` = '$image' WHERE `ring`.`id` = 'user' LIMIT 1";
thanks for the help