function getDesc($value,$n) { #ฟังก์ชันรับ 2 ค่า คือ ข้อมูล และจำนวนอัษรที่ต้องการแสดง $result = mb_strimwidth(trim(strip_tags($value)), 0, $n , "...", "UTF-8"); return $result; }
echo getDesc($row['news_titel'],50);
echo "<td $row[news_titel]</td>";
echo "<td getDesc($row['news_titel'],50)</td>";
echo "<td>". getDesc($row['news_titel'],50) ."</td>";
Quote:Code (PHP) echo "<td>". getDesc($row['news_titel'],50) ."</td>";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง