Forums
This topic is locked
emotions like yahoo messenger
Posted 20 Sep 2007 11:29:50
1
has voted
20 Sep 2007 11:29:50 susara thenuwara posted:
I have another Question , I am using dream weaver and PHP form for insert data to mysql data baseproblem is i need to add smilies ( emotions like yahoo messenger ) to some test fields ,
so , i am using php , how to do this , please help me regarding this matter
thanks
susara
susara
Replies
Replied 10 Oct 2007 12:28:27
10 Oct 2007 12:28:27 dg coder replied:
first thing you need to do is to upload those smilies in your server.
e.g.
img/smile.gif
img/sad.gif
then, for example, someone chooses smile <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>, all you have to do is to provide the link value of each smilies.
e.g.
<?php
# getimg value must be like this: <img src=\"img/smile.gif\">
$getimg = $_POST['smileys'];
$text = "i am smiling.... $getimg";
# save $text into field
?>
Note: There are lot of ways to achieve this sample, but this is just a simple script to guide you.
if you got any further question, pls let me know.
hope this helps.
<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle><img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle><img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle><img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
e.g.
img/smile.gif
img/sad.gif
then, for example, someone chooses smile <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>, all you have to do is to provide the link value of each smilies.
e.g.
<?php
# getimg value must be like this: <img src=\"img/smile.gif\">
$getimg = $_POST['smileys'];
$text = "i am smiling.... $getimg";
# save $text into field
?>
Note: There are lot of ways to achieve this sample, but this is just a simple script to guide you.
if you got any further question, pls let me know.
hope this helps.
<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle><img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle><img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle><img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>