smilies

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kanchan
Forum Commoner
Posts: 80
Joined: Tue Nov 30, 2004 12:03 pm

smilies

Post by kanchan »

i have two tables
i.e 1. smiley table
$ 2. comments table

and smiley table has
-----------------------
name image text
----- -------- -----
cool cool.gif :cool
smile smile.gif :)
wink wink.gif :wink
sad sad.gif :sad



and comments table has
-----------
id comments
--- --------
1 this is :cool. i like it :wink.



and i want the code to replace the words of comments column from smiley table...
which i don't know....
so anybody if u know then plz help me???

i m not so good at php.....
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Post Reply