Re: Using Header() to pass information...

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

 



Todd Cary wrote:
If I use

  if ($send)
    header("location: mypage.php?message=" . $message);

the data ($message) is passed in the URL. Is there a way to pass the data as though it was a POST method i.e. not in the URL?

Todd

you should look into using sessions to store the data maybe?

As long as you will always be sending it to the same server.

Jim

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