forgotten... off course I use the echo... :-)
in some strange way, it only works with a limited size of charactes in the sended variable :-S
From: "Oscar Rylin" <oscar.rylin@xxxxxxxxx>
To: "'H. J. Wils'" <double_u1@xxxxxxxxxxx>, <php-db@xxxxxxxxxxxxx>
Subject: RE: POST problem, extended
Date: Fri, 3 Dec 2004 23:39:07 +0100
MIME-Version: 1.0
Received: from pb1.pair.com ([216.92.131.4]) by mc7-f7.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Fri, 3 Dec 2004 14:53:43 -0800
Received: (qmail 61567 invoked by uid 1010); 3 Dec 2004 22:41:12 -0000
Received: (qmail 61552 invoked by uid 1010); 3 Dec 2004 22:41:11 -0000
X-Message-Info: JGTYoYF78jEa1I36nQ5yN4N0GHfI6/Ka
Mailing-List: contact php-db-help@xxxxxxxxxxxxx; run by ezmlm
Precedence: bulk
list-help: <mailto:php-db-help@xxxxxxxxxxxxx>
list-unsubscribe: <mailto:php-db-unsubscribe@xxxxxxxxxxxxx>
list-post: <mailto:php-db@xxxxxxxxxxxxx>
Delivered-To: mailing list php-db@xxxxxxxxxxxxx
Delivered-To: ezmlm-scan-php-db@xxxxxxxxxxxxx
Delivered-To: ezmlm-php-db@xxxxxxxxxxxxx
X-Mailer: Microsoft Office Outlook, Build 11.0.6353
Thread-Index: AcTZiNJJyd6QD1F2QSi/RtgYzROD0QAAAPbw
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Return-Path: php-db-return-37573-double_u1=hotmail.com@xxxxxxxxxxxxx
X-OriginalArrivalTime: 03 Dec 2004 22:53:43.0932 (UTC) FILETIME=[F0A5ABC0:01C4D98A]
You aren't actually outputting the $_SESSION['mailtxt'] var.. Try using echo ;-)
/ oscar
-----Original Message----- From: H. J. Wils [mailto:double_u1@xxxxxxxxxxx] Sent: den 3 december 2004 23:09 To: php-db@xxxxxxxxxxxxx Subject: POST problem, extended
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
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
_________________________________________________________________ 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