ก่อนอื่นขอขอบคุณน่ะครับที่เข้ามาตอบ
ผมลงทำตามที่ คุณSOUL และ คุณ mr.win บอกแล้วครับ
มันขึ้นว่า not found customerID=c0001You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' c0001' at line 1
อันนี้คือcode ที่แก้ใหม่ครับ Code (PHP)
include("config.inc.php") ;
mysql_select_db($db) ;
$sql = "select * from member where member_id= ' ".$_GET["memID"]." ' " ;
$result = mysql_query($sql) ;
$num_result = mysql_num_rows($result) ;
$dbarr = mysql_fetch_row($result) ;
if(dbarr)
{
echo"not found customerID=".$_GET["memID"];
}
if ($sta = "no"){
$conn = mysql_query( "UPDATE member SET `sta` = 'yes' WHERE member_id=' ".$_GET["memID"]."")or die(mysql_error());
}
if($result) {
$user_login =$login_true_admin;
$login_true = $user_login ;
session_register("login_true") ;
echo "<center><font size=\"3\" face='MS Sans Serif'><b>ระบบกำลังดำเนินการบันทึกการชำระ</b></font></center>" ;
echo "<meta http-equiv='refresh' content='4; url=Checkpay.php'>" ;
}