ละก็รายงานขึ้น ERROR ประมาณนี้ครับ
Parse error: syntax error, unexpected ')' in C:\AppServ\www\bisweb2\inc\fpdf\fpdf.php on line 1073
ไฟล์แนบนี้
จาก line error 1073 ลองแก้เป็น
จาก
//Disable runtime magic quotes
if(get_magic_quotes_runtime)()
@set_magic_quotes_runtime(0);
ลองแก้เป็น
if(get_magic_quotes_runtime())
@set_magic_quotes_runtime(0);
หรือ ถ้ายังไม่ได้ก็ลอง
if(get_magic_quotes_runtime()){
set_magic_quotes_runtime(false);}
ครับ
ปล.ผมยังไม่ได้ทดสอบนะครับ ลองดูครับ