$value ='http://www.domain.com/watch?v=-Pt9J2DXBr0&id=xxx&vid=xxx&pl=xxx'; echo '<br>'.$value; echo '<br>'; echo htmlspecialchars( stripslashes((string)$value) ); echo '<br>'; echo htmlspecialchars( (string)$value ); echo '<br>'; echo htmlentities($value); //// I'll "walk" the <b>dog</b> now echo '<br>'; echo html_entity_decode($value); // I'll "walk" the <b>dog</b> now echo '<br>'; echo htmlentities($value, ENT_QUOTES); echo '<br>'; echo htmlspecialchars_decode($value, ENT_COMPAT); // Will only convert double quotes echo "<br>"; echo htmlspecialchars_decode($value, ENT_QUOTES); // Converts double and single quotes echo "<br>"; echo htmlspecialchars_decode($value, ENT_NOQUOTES); // Does not convert any quotes echo '<br>'; echo str_replace('&','&',$value);
<item> <titlexxxxxxxxx</title> <jwplayer:image>http://img.youtube.com/vi/-Pt9J2DXBr0/0.jpg</jwplayer:image> <jwplayer:source file="http://www.domain.com/watch?v=-Pt9J2DXBr0&id=xxx&vid=xxx&pl=xxx"/> </item>
<item> <titlexxxxxxxxx</title> <jwplayer:image>http://img.youtube.com/vi/-Pt9J2DXBr0/0.jpg</jwplayer:image> <jwplayer:source file="http://www.domain.com/watch?v=-Pt9J2DXBr0&id=xxx&vid=xxx&pl=xxx"/> </item>
<item> <titlexxxxxxxxx</title> <jwplayer:image>http://img.youtube.com/vi/-Pt9J2DXBr0/0.jpg</jwplayer:image> <jwplayer:source file="<?php echo htmlspecialchars('http://www.domain.com/watch?v=-Pt9J2DXBr0&id=xxx&vid=xxx&pl=xxx); ?>"/> </item>
<item> <titlexxxxxxxxx</title> <jwplayer:image>http://img.youtube.com/vi/-Pt9J2DXBr0/0.jpg</jwplayer:image> <jwplayer:source file="<?php echo htmlspecialchars('http://www.domain.com/watch?v=-Pt9J2DXBr0&id=xxx&vid=xxx&pl=xxx'); ?>"/> </item>
echo '<?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:jwplayer="http://rss.jwpcdn.com/"> <channel> <item> <title>xxxxxxxxx</title> <jwplayer:image>http://img.youtube.com/vi/-Pt9J2DXBr0/0.jpg</jwplayer:image> <jwplayer:source file="'.htmlspecialchars($link2).'"/> </item> </channel> </rss>';
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง