我有测试代码
$chatText = "Hello world :D";
$chatText = str_replace(":D","<img src='happy.jpg' width='20' height='20' alt='Big Smile' />",$chatText);
echo $chatText;
基本上它所做的就是:D
用image
. 我真正想做的是在发布后从<textarea>
-replace 输入值(即表情符号(图像))单击提交后。如何检查用户的输入值以检查他们是否输入了这些字符,例如
":-)"