THIS SCRIPT IS MADE BY WEBDREAM DESIGN
THE LICENCE FOR THIS SCRIPT IS GNU LICEENCE


PLEASE MENTION A LINK TO OUR WEBSITE IF YOU USE THIS SCRIPT:
HTTP://WWW.WEBDREAM.RO/

THANK`S FOR DOWNLOADING OUR SOFTWARE.


INSTRUCTIONS:

 Step 1:

	Upload all the files on your server

 Step 2:
	
	Include emo.inc.php in the page you wish to replace the text with emoticons
	to do this just insert in your PHP page the code:

	<?php	require_once('emo.inc.php'); ?>

 Step 3:
	
	Insert the text you wish to replace in this format:

	<?php echo smiley('SOME TEXT here :) . The text contains tags'); ?>

Tip:
	You can publish dynamic content like:

	<?php echo smiley($_REQUEST['comment']); ?>


