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:
stoshrocket
Senior Member
****

Avatar
formerly methos

Posts: 748
Reputation: 31
33 / Male / Flag
Joined: Aug 2005
O.P. RE: php smilie code check
quote:
Originally posted by Madman
* Madman pukes

i suggest you read up on the basic php syntax because what your trying to do is horibly wrong, but to get you started this should* work
code:

<?php

$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);
?>

If you are unsure about a function always refer to http://php.net
str_replace

also stiggys way works for each one :P

*i havnt tested it :P

ok, thats stopped the errors running up although, am i missing something, its still showing up as :o when i type it, oh noes!
formerly methos
12-24-2005 03:49 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