----- Original Message ----- From: "David Giragosian" <[EMAIL PROTECTED]>
To: "Otto Wyss" <[EMAIL PROTECTED]>
Cc: <php-general@lists.php.net>
Sent: Monday, March 12, 2007 8:18 PM
Subject: Re: [PHP] Posting variable outside of the post form


On 3/12/07, Otto Wyss <[EMAIL PROTECTED]> 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

Reply via email to