Welcome, Guest.
Login
|
Register
Username:
Password:
Remember me:
Code for smilies PHP and MYSQL
Please log in to post.
Watch thread
Unwatch thread
Started by
Chanishyy
08 Feb 2012 18:39
By
Chanishyy
(
154
)
On 08 Feb 2012 18:40
Anyone has a code for me to have smilies on
OUR
chat.Please post it below l really don't know what to do with mine its ugly and it works on guestbook.
Existance alludes
By
M.J kInG
(
1331
)
On 11 Feb 2012 18:51
Here One i created
<?
function Smileys($var){
$smiley = array(
':happy:',
':king:',
':dsiremix:',
':mad:',
':computer:',
':cool:',
':0-0:',
':eating:',
':crazy:',
':hug:',
':laugh:',
':sad:',
':love:',
);
$smiley_img = array(
'<img src=http://www.freesmileys.org/smileys/smiley-happy007.gif width=15 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-happy012.gif width=16 height=16>',
'<img src=http://www.freesmileys.org/custom/image/grey%5E_%5Earial%5E_%5E0%5E_%5E0%5E_%5EDsiremix rocks!%5E_%5E.gif width=90 height=18>',
'<img src=http://www.freesmileys.org/smileys/smiley-angry002.gif width=15 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-computer001.gif width=20 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-cool01.gif width=15 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-confused007.gif width=15 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-eatdrink011.gif width=24 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-excited001.gif width=15 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-hug001.gif width=15 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-laughing002.gif width=15 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-sad009.gif width=15 height=15>',
'<img src=http://www.freesmileys.org/smileys/smiley-love005.gif width=15 height=15>',
);
$var = str_replace($smiley, $smiley_img, $var);
return $var;
}
?>
A true developer
By
Chanishyy
(
154
)
On 12 Feb 2012 08:34
Where do l put this?
Existance alludes
By
PasserByGuy
(
268
)
On 12 Feb 2012 21:44
Chanishyy-It's a function.
It doesn't matter where you put it, but I would recommend that you learn more PHP if you honestly don't understand where a block of code "goes".
We've all grown up. Cheers.
By
M.J kInG
(
1331
)
On 12 Feb 2012 23:59
Just look up
str_replace
A true developer
By
Chanishyy
(
154
)
On 13 Feb 2012 12:00
I'm learning PHP now.
Existance alludes
By
M.J kInG
(
1331
)
On 13 Feb 2012 22:09
It not php it a function.
look up functions
A true developer
By
Chanishyy
(
154
)
On 14 Feb 2012 15:29
Thanks, Maleck. I have learnt a little but nearly done with the functions.
Existance alludes
By
M.J kInG
(
1331
)
On 16 Feb 2012 12:03
No problem im welling to teach anyone.
A true developer
By
Chanishyy
(
154
)
On 16 Feb 2012 23:06
Instead of ":smile:" am going to exchange it to str_replace)":)"
Existance alludes
Nintendo 3DS is ™ Nintendo Co. Ltd. This website is ©2009-2025 HullBreach Studios. All rights reserved.