----- Original Message -----
From: "David Giragosian" <dgiragosian@xxxxxxxxx>
To: "Otto Wyss" <otto.wyss@xxxxxxxxxx>
Cc: <php-general@xxxxxxxxxxxxx>
Sent: Monday, March 12, 2007 8:18 PM
Subject: Re: Posting variable outside of the post form
On 3/12/07, Otto Wyss <otto.wyss@xxxxxxxxxx> wrote:
I submit a form back to itself with
action="<?PHP echo $_SERVER['PHP_SELF']; ?>" methode="get"
yet I've a large PHP variable which I'd like to access afterwards as
well. Is this possible somehow?
O. Wyss
Cookie, session variable, session cookie, database layer...
David
Or a hidden field <input type=hidden> but, since you mentioned the value
might be large, it might either be advisable to take any of David's
sugestions or change to a method=post.
Satyam
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php