PHP
// fix tile vietnamnes $hdr = mb_substr($hdr, 0, 100); $hdr=html_entity_decode($hdr,ENT_QUOTES,'UTF-8'); $hdr = functions::checkout($hdr); $textl = mb_strlen($res['text']) > 100 ? $hdr . '...' : $hdr;
tìm đoạn $hdr trong forum/index
// fix tile vietnamnes $hdr = mb_substr($hdr, 0, 100); $hdr=html_entity_decode($hdr,ENT_QUOTES,'UTF-8'); $hdr = functions::checkout($hdr); $textl = mb_strlen($res['text']) > 100 ? $hdr . '...' : $hdr;
tìm đoạn $hdr trong forum/index