include_once("/home/duane/translingo.org/includes/general.php"); $smarty->display('lheader.tpl'); if($_POST['text'] != "") { $str = recode("utf-8..html", $_POST['text']); echo "You sent:".$_POST['text']."Converted:".$str."