Re: GET doesn't work as POST

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

 



Pintér Tibor wrote:
echo "<XMP>";
print_r($_REQUEST);
echo "</XMP>;

and think...

After reload
Array
(
   [page] => bvallist.php
   [kind] => regions
   ...
)

After change in form with method="get"
Array
(
   [state] => validated
   ...
)

After change in form with method="post"
Array
(
   [page] => bvallist.php
   [kind] => regions
   [state] => validated
   ...
)

Yet I still have no idea why GET and POST are different.

O. Wyss

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