prepare($sqlnoti); $querynoti-> bindParam(':notiuser', $sender, PDO::PARAM_STR); $querynoti-> bindParam(':notireciver',$reciver, PDO::PARAM_STR); $querynoti-> bindParam(':notitype', $notitype, PDO::PARAM_STR); $querynoti->execute(); $sql="insert into feedback (sender, reciver, feedbackdata) values (:user,:reciver,:description)"; $query = $dbh->prepare($sql); $query-> bindParam(':user', $sender, PDO::PARAM_STR); $query-> bindParam(':reciver', $reciver, PDO::PARAM_STR); $query-> bindParam(':description', $message, PDO::PARAM_STR); $query->execute(); $msg="Feedback Send"; } ?> Edit Profile prepare($sql); $query->execute(); $result=$query->fetch(PDO::FETCH_OBJ); $cnt=1; ?>

Reply Feedback

Edit Info
ERROR:
SUCCESS: