simplified, my code is as follows:
---------------------------------------------------- document --------------------------------------
<?php
$_SESSION['mailtxt'] = $_POST['Body'];
?>
<form> <textarea name='body'><?php $_SESSION['mailtxt'] ?></textarea> <input type=submit> </form>
recalling: in some way, is de session variable not filled with the POSTed value...
---------------------------------------------------- end document --------------------------------
_________________________________________________________________ MSN Search, for accurate results! http://search.msn.nl
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php