Can anyone tell me why after sever replce strings it does nothing, here is the example code:
else {
if ($_POST["type"] == "english") {
$output = ereg_replace ("a","m",$_POST["convert"]);
$output = ereg_replace ("b","e",$_POST["convert"]);
If it is only the first one it will work but after that will not.