PDA

View Full Version : creating smilies within a discussion board i'm creating


kjc
08-28-2002, 05:28 PM
Hello,

I am writing adiscussion board in php and using MySQL.

I am using smilies but was wondering what function i should use to search a message taken from the database and replace all the smilies codes(eg :) or :rolleyes:) with the <Img src... > html>

Any ideas....

Kjc

kjc
08-28-2002, 05:30 PM
maybe i should have turned smilies off for that.

mouse
08-28-2002, 06:44 PM
str_replace();

kjc
08-28-2002, 08:53 PM
Originally posted by mouse
str_replace();

Cheers Mouse