1

I'm building a website using PHP which supports commenting on posts. I want the users to be able to use smileys in their comments, such as :) :D etc. Now I want to know which is the best practice to implement them. I have only got this until now:

<?php
    str_replace(":)",'<img src="smiley.png" />',$comment);
?>
Cœur
  • 37,241
  • 25
  • 195
  • 267
Emanuel Vintilă
  • 1,911
  • 4
  • 25
  • 35

0 Answers0