
ช่วยทีนะคะ
ปัญหานี้นั่งแก้แล้วแก้อีกเลยค่ะ
Parse error: syntax error, unexpected T_LNUMBER, expecting T_STRING or T_VARIABLE or '{' or '$' in /home/xxx/domains/xxx/public_html/.htinc/_mysql.inc on line 76
ด้านล่างคือ line 76 ค่ะ
$this->Link_ID=mysql_pconnect($this->localhost, $this->xxxxxxx, $this->xxxxxxx);
_____________
พอลองลบ $ ที่อยู่หน้าสุดออกไป
this->Link_ID=mysql_pconnect($this->localhost, $this->xxxxxxx, $this->xxxxxxx);
ก็ขึ้นแบบนี้
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/xxx/domains/xxx/public_html/.htinc/_mysql.inc on line 76
ช่วยทีนะคะ งงมานานมากก่ะ line 76
