Re: get and post together

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

 



On 8/9/07, Ray <ray@xxxxxxxxxxxxx> wrote:
> Hi all,
> I've done something and I want to know if I should be ashamed :)
>
> I've set up a form with method="POST" and target ="page.php?foo=bar"
> it works fine. $_POST[...] gives me the data I want and $_GET['foo']=='bar'.
> I freely admit it's an ugly kludge, but is it "bad"?

I do this all the time and I'm not ashamed!  I don't think it is
particularly ugly either :-)

>From a security POV, just be sure to validate all user input
regardless of where it comes from, as you would any normal request.

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