Código PHP:
function texto($text)
{
$text = ereg_replace("ñ","ñ", $text);
$text = ereg_replace("á","á", $text);
$text = ereg_replace("é","é", $text);
$text = ereg_replace("í","í", $text);
$text = ereg_replace("ó","ó", $text);
$text = ereg_replace("ú","ú", $text);
}
Cita:
donde las lineas representan a esto, que puedo hacer?, salu2 Fatal error: Call to undefined function: ereg_replace() in /home/webpage/public_html/previo.php on line 243