You are here: C97net • 5.04 HTML Functions
Convert emoticons to images
function convert_smilies ($text)
Convert emoticons or smiliy codes to images. You can set the codes & images in includes/lang.php.
Example 1
<?php
require './includes/user_init.php';
$string = 'This is qEngine :) :miaw:';
echo convert_smilies ($string);
?>
There is no comment. Why not be the first?