ob_end_clean(); header("Connection: close"); ignore_user_abort(true); ob_start(); echo "response text"; $size = ob_get_length(); header("Content-Length: $size"); ob_end_flush(); // All output buffers must be flushed here flush(); // Force output to client sleep(2); // Start code for resident while(is_active()){ if( next_time < time()){ your_code(); next_time = ??; } sleep( next_time - cur_time); } function is_active(){ return true; // boolean true ตรงนี้ ให้อ่านค่าจาก database มา return เพื่อหยุดโปรแกรม } function your_code(){ ..... ..... }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง