FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » $_POST, $_GET and $_REQUEST discarding duplicates
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
$_POST, $_GET and $_REQUEST discarding duplicates [message #170793] Fri, 26 November 2010 23:07 Go to previous message
James is currently offline  James
Messages: 3
Registered: October 2012
Location: India
Karma:
Junior Member
I am working on an application and specifically validating user
input. The application can be sent input via POST or GET. One thing
I need to catch is duplicate variable names being passed:

Take the following string:
myapp.php?a=12&a=12

If I var dump $_REQUEST then or $_GET I get the following ///

array(1) {
["verb"]=>
string(8) "a"
}

The second instance of 'a' is dropped. If I was just using $_GET I
would simply pull $_SERVER['QUERY_STRING] up and pass it but for POST
data I don't believe I can do this. Can anybody suggest a function
that will allow me to find this duplicates in in POST and GET data?

I need to do this to pass a series of validation tests, functionally
it has little impact. In an odd side to this if I alter the string to
myapp.php?a=12&a=13 then var_dumping $_REQUEST results in a big fat
null being returned. This I have been able to trap. But duplicate
keys and values have got me stumped.

Any clues?


James J.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: setup of curl-multi: looping over a bunch of sites [how to adress the array]
Next Topic: ANNOUNCE: NHI1-0.10, PLMK-1.8 und libmsgque-4.8
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 21:13:12 GMT 2024

Total time taken to generate the page: 0.05614 seconds