מוזר אין לי אפשרות לעריכה

טוב אההם יש לי עכשיו בעיה נוספת....הנה הקוד:
PHP קוד:
if($_POST['edit1']) {
extract($_POST);
mysql_query("UPDATE `shin_members` SET `user`='$user', `email`='$email', `about`='$about' WHERE `user`='$getUser'") or die("<script type=\"text/javascript\">window.alert(\"שגיאה: המידע לא הוכנס,אנא נסה שנית\"); history.go (-1);</script>");
echo "<script type=\"text/javascript\">window.alert(\"עודכן בהצלחה\"); setTimeout('window.location=('index.php?act=manage');',0000); </script>";
}