On 24/02/07, Otto Wyss <[EMAIL PROTECTED]> wrote:
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.


It appears that the form is not sending the data. What is the entire
html of the form (inciuding javascript)?

Of course, this is not a php problem.

Dotan Cohen

http://what-is-what.com/what_is/yahoo.html
http://faq-google.com

Reply via email to