<?
echo "<form method='post' action='/group_forum/search.php?id=$group[id]&newsearch=$passgen'>n";
echo "Текст:<br />n<input type='text' name='text' style="width:90%" value='".htmlentities($searched['text'], ENT_QUOTES, 'UTF-8')."' /><br />n";
echo "<input type='submit' value='Начать поиск' /><br />n";
echo "</form>n";
?>