Ok, ive made this thing, but the update script doesnt seem to work.. it says its updated, but it hasnt..
Please post any suggestionsPHP Code:$habbo = htmlspecialchars($_POST[habbo]);
$furni = htmlspecialchars($_POST[furni]);
$amount = htmlspecialchars($_POST[amount]);
$comment = htmlspecialchars($_POST[comment]);
$password = htmlspecialchars($_POST[password]);
$edit = mysql_query("UPDATE trade SET habbo='$habbo', furni='$furni', amount='$amount', comment='$comment', password='$password' WHERE id = '$id'");
echo("Item Updated!");
![]()


Reply With Quote


