This would be an Array of data:
$array = array("sad","bow","blabla");
IF
$input = "I love Stackoverflow! :bow: so much";
Output should be:
I love Stackoverflow <img src="smiley/bow.gif" alt=""/> so much
What would be the best and fastest way to accomplish this ?