ob_start(); session_start(); ?> include("config.php"); if($_GET["Action"] == "Save") { $reply_id=$_GET["reply_id"]; $strupdate = "update problem_reply "; $strupdate .=" set problem_detail = '".$_POST["problem_detail"]."' where reply_id= '".$reply_id."' "; $objQueryPost = mysql_query($strupdate) or die ("SQL ERROR".$strupdate.""); if($objQueryPost){ echo "
บันทึกข้อมูลเรียบร้อยแล้ว |