// $str คือ อาเรย์ของข้อมูลที่อ่านมาจากไฟล์ foreach($str as $val ) { echo getVal($val)."<br>"; } function getVal($str){ $pattern = '@^(?:Telephone :)?([^/]+)@i'; preg_match($pattern,$str, $matches); if($matches[0] == $matches[1]){ $pattern = '@^(?:Name :)?([^/]+)@i'; preg_match($pattern,$str, $matches); if($matches[0] == $matches[1]){ $pattern = '@^(?:email :)?([^/]+)@i'; preg_match($pattern,$str, $matches); if($matches[0] == $matches[1]){ return ""; }else return $matches[1]; }else return $matches[1]; }else return $matches[1]; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง