Name: Anonymous 2008-12-03 5:22
Does this look right?
$comment = str_replace(":D", "<img src='myimage.gif' alt=':D' />");
It will be for the comment system seen here.
http://www.plentyoftorrents.com/flsh/animation/princess-1
Also would this replace any :D that is already posted or just when someone makes a post after its put in.
$comment = str_replace(":D", "<img src='myimage.gif' alt=':D' />");
It will be for the comment system seen here.
http://www.plentyoftorrents.com/flsh/animation/princess-1
Also would this replace any :D that is already posted or just when someone makes a post after its put in.