Re: Re: QUERY_STRING Variables and POST

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

 



Solved. My mistake. I was visiting the form with a URL that had
QUERY_STRING parameters but when I submit the form the QUERY_STRING is
not propagated.

In my particular case I replaced the form tag with the following PHP:

<?php
    echo "<form action=\"" . $_SERVER['REQUEST_URI'] . "\" method=\"post\">";
?>

Also, regarding my original question, I think parse_str is what I want.

Thanks,
Mike

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