This isn't a PHP error, but HTML error, textarea don't have a
value-option,
> the text you want pre-inserted has to be between the open-tag and close-tag
>
> <textarea cols="50" rows="5" name="descr"><?php echo $_POST['descr'];
> ?></textarea>
>
> //Aho