$topic กรุณาตรวจสอบการเรียกอีกครั้งครับ
\n"; } else { // Found File $FILE=fopen("topic/$topic.txt","r"); while (!feof($FILE)) { $buffer=fgets($FILE,4096); echo $buffer; } fclose($FILE); # ADD COUNTER Read $read_file=fopen("counter/read/$topic.txt","r"); $read_new=fgets($read_file,255); $read_new++; fclose($read_file); $read_count=fopen("counter/read/$topic.txt","w"); fputs($read_count,$read_new); fclose($read_count); } // End Check File powered(); ?>