POST problem, extended

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux