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 ?
Edit: Sorry..didn't read it clearly.
Attempt 2:
Someting like that anyway.
Might have to use
$1
in place of\1
. Read the docs.