How to Set Smiles like in this discussion form.

Discussion in 'PHP' started by TheGiftAvenue, Jun 1, 2006.

  1. #1
    :confused: Hello,
    I m creating something in which i have to give space to writedown some comments and in which i want to show smiles like in this discussion form.
    Please help me to writedown code
     
    TheGiftAvenue, Jun 1, 2006 IP
  2. doneeh

    doneeh Active Member

    Messages:
    126
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I would prefer str_replace()
     
    doneeh, Jun 1, 2006 IP
  3. TheGiftAvenue

    TheGiftAvenue Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I didn't mean that. I want to create like editor in which i want to display smiles.
     
    TheGiftAvenue, Jun 2, 2006 IP
  4. matt-

    matt- Peon

    Messages:
    233
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Use javascript on the smiley links to add the smiley to the textbox, then use str_replace() when you're displaying the comment on the page, to replace the smiley with the image.
     
    matt-, Jun 2, 2006 IP