|
|
|
ช่องแสดงความคิดเห็น เพิ่ม emotion และข้อความ ลงใน ฟิวด์เดียวใน DB เวลาแสดง เราจะแยก emotion กับข้อความเพื่อทำการแสดงอย่างไรครับ |
|
|
|
|
|
|
|
<img src="data:image/png;base64,<?=base64_encode($objResult["Details"]);?>" />
|
|
|
|
|
Date :
2014-08-11 15:45:25 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emo มี pattern ไหมเช่น
:hug:
:love:
เราก็สร้างฟังชั่นที่ จะค้นหาคำพวกนี้ ถ้าเจอก็ให้ replace url ภาพลงไป
|
|
|
|
|
Date :
2014-08-11 16:16:20 |
By :
progamer2000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emo มี pattern ครับ
จะเขียน function แบบไหนหรอ?
พอจะมีตัวอย่างไหมครับ
|
|
|
|
|
Date :
2014-08-11 16:30:00 |
By :
Zakariya |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$emo_search=array(':love', ':angly', ':thank');
$emo_url=array('<img src="/img/love.png" />', '<img src="/img/angly.png" />', '<img src="/img/thank.png" />');
$imageurl=str_replace($emo_search(), $emourl_array(), $objResult["Details"]);
|
ประวัติการแก้ไข 2014-08-11 16:49:42
|
|
|
|
Date :
2014-08-11 16:48:20 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|