Get ready for BLACK FRIDAY shopping starting in

Forums

PHP

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 base
problem 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.
&lt;?php

# getimg value must be like this: &lt;img src=\"img/smile.gif\"&gt;

$getimg = $_POST['smileys'];
$text = "i am smiling.... $getimg";

# save $text into field

?&gt;

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>

Reply to this topic