Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9220943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:27:57+00:00 2026-06-18T03:27:57+00:00

Okay, so I’ve recently got my hands on the script to a textCMS system.

  • 0

Okay, so I’ve recently got my hands on the script to a textCMS system. However I wish to ‘develop’ it more for myself as its just too basic for my liking. I wouldn’t say I’m a ‘starter’ php coder, however I’m not very advanced.

http://ppGATE.net <– this is the CMS I am using.

Could someone please help me in introducing that when I use the online page editor, that if I use 🙂 or 😛 that it changes it to a emot.

I’ve looked online and not really found anything that works yet.

Any help is thankful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T03:27:59+00:00Added an answer on June 18, 2026 at 3:27 am
    str_replace(':)', '<img src="/path/to/smileyface.gif"/>', $string);
    

    Repeat for the different smilies.

    I’d say you are in fact a starter if you can’t figure this one out on your own. You want to replace text smiley faces with images of smiley faces, correct? The code pretty much spells itself out.


    If you want to get fancy like Joseph, you can also do this:

    $emotDict = array(
        ':)' => '<img src="path/to/image/smile.gif"/>',
        ':(' => '<img src="path/to/image/sad.gif"/>'
        // and so on...
    );
    
    $updated_text = str_replace(array_keys($emotDict), array_values($emotDict), $your_text);
    

    No need for regexes here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay - I have a dilemma. So far my script converts page titles into
okay, i'm setting up a multi-user chat system. i have a messages table, that
Okay, this is probably a very basic question; but, I'm just getting back in
Okay, I have GOT to be missing something totally rudimentary here. I have an
Okay, So I just started Android development (I am average at VB.Net, so I
Okay, I've got an interesting one (well, interesting to me, anyway :) ). I've
Okay, so I've got something as simple as this: <audio autoplay='autoplay' loop='loop' id='audio' controls>
Okay, so I have been working on a chat program. Its a WIP doesn't
Okay, I really know this has GOT to be the long way around doing
Okay, this is the case: I got a generic base-class which I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.