|
![](/images/resource/spacer.gif) |
|
ติดปัญหาการเปลี่ยนข้อความ รบกวนช่วยเหลือ ตัดเปลี่ยนแปลงข้อความให้หน่อยครับ |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
Code (PHP)
$old_str = "'user.f' <[email protected]>; [email protected]; [email protected];'user.f2' <[email protected]>;[email protected]";
$new_str = str_replace("'", '', $old_str );// '
$new_str = str_replace(' ', '', $new_str );// space
$new_str = str_replace('<', '', $new_str );// <
$new_str = str_replace('>', '', $new_str );// >
$new_str = str_replace(';', ',', $new_str );// ; => ,
|
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
Load balance : Server 05
|