Вот моя версия)
<?
$txt=$_GET['txt'];
echo strrev($txt);
echo '<form><input type=text name=txt>
<input type=submit value="Перевернуть"/>';
?> Вот моя версия)
<?
$txt=$_GET['txt'];
echo strrev($txt);
echo '<form><input type=text name=txt>
<input type=submit value="Перевернуть"/>';
?>