Re: Posting variable outside of the post form

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

 




----- 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux