What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » php smilie code check

php smilie code check
Author: Message:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: php smilie code check
He means that the code will only work if you put the text in the $text variable.

This is my news post 0:) :D :)

code:
<?php

$text = "This is my news post  0:) :D :)[";

$smiley_list = array(":)", "0:)", ":D", the rest of the smilies);
$replacement_list = array('<img alt="smiley" src="smilies/grin.gif" />', '<img alt="smiley" src="smilies/angel.gif" />', '<img alt="smiley" src="smilies/biggrin.gif" />', The rest of the replacements here, using this format: '<img alt="alttext" src="location' />");

$text = str_replace($smiley_list, $replacement_list, $text);

echo $text;
?>

lol @Madman ;)

This post was edited on 12-24-2005 at 05:18 PM by hmaster.
[Image: sig.png]
12-24-2005 05:12 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
php smilie code check - by stoshrocket on 12-24-2005 at 02:45 PM
RE: php smilie code check - by user27089 on 12-24-2005 at 02:46 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 02:47 PM
RE: php smilie code check - by Ezra on 12-24-2005 at 02:55 PM
RE: php smilie code check - by Stigmata on 12-24-2005 at 03:13 PM
RE: php smilie code check - by Plik on 12-24-2005 at 03:15 PM
RE: php smilie code check - by absorbation on 12-24-2005 at 03:47 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 03:49 PM
RE: php smilie code check - by Veggie on 12-24-2005 at 04:33 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 04:36 PM
RE: php smilie code check - by Veggie on 12-24-2005 at 04:54 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 05:06 PM
RE: php smilie code check - by Plik on 12-24-2005 at 05:11 PM
RE: php smilie code check - by hmaster on 12-24-2005 at 05:12 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 07:58 PM
RE: php smilie code check - by hmaster on 12-24-2005 at 08:03 PM
RE: php smilie code check - by Plik on 12-24-2005 at 08:15 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 08:18 PM
RE: php smilie code check - by Plik on 12-24-2005 at 08:29 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 08:33 PM
RE: php smilie code check - by Plik on 12-24-2005 at 08:38 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 08:43 PM
RE: php smilie code check - by Plik on 12-24-2005 at 08:55 PM
RE: php smilie code check - by stoshrocket on 12-24-2005 at 09:00 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On