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. php smilie code check
ok, im crap at php, but give me a chance, atleast ive tried ok, this code is meant to replace smilie symbols with the image of the smilie, but when uploaded the whole page just gives me
'Parse error: parse error, unexpected T_STRING in /home2/skarz/public_html/methos2/test/index.php on line 19'
the code is as follows, it is included in the <head> tag and it starts from line 17 where <?php is...
code:
<?php

$text = str_replace(":)", "<img alt="smiley" src='smilies/grin.gif' />",
    str_replace("0:)", "<img alt="smiley" src='smilies/angel.gif' />",
    str_replace(":D", "<img alt="smiley" src='smilies/biggrin.gif' />",
rest of smilie code here, it takes too much room

$text);
?>


anyone see whats causing the error? thanks

This post was edited on 12-24-2005 at 02:49 PM by stoshrocket.
formerly methos
12-24-2005 02:45 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