A php newbie with a problem!
I have a form with a text area
<form name=edit_front _page_form action="/test.php?page=f ront_page_updat ed" method=get>
<p>Edit front page<br>
<textarea cols=30 rows=15 name='text_fron t_page'></textarea>
<input type=submit value="Submit">
</form>
It is blank initially - the user can enter...