|
|
|
==ช่วยทีครับพี่ๆ== ผมทำเป็น textarea พอรับค่าแล้ว nl2br ให้ออกมาเป็น <BR> จะได้ประมาณนี้ |
|
|
|
|
|
|
|
<?php
$a = "abcdefg tset2 https://www.thaicreate.com/images/resource/xbutton_01.png tet3 img1.jpg <BR> img2.jpg <BR> img3.jpg <BR> img4.jpg";
$s = preg_replace('/\b[^ ]+\.(?:jpg|png)\b/','<img src="\0">',$a);
echo $s;
echo '<br>',str_replace('<BR>','<br>',htmlspecialchars($s));
?>
|
|
|
|
|
Date :
2009-06-13 11:41:58 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|