"Richard Quadling" <rquadling@xxxxxxxxx> wrote in message news:CAKUjMCVwFos-=swEwaoYxW2uKVHKWaUeH6dAhPtyCj-4Wudp8g@xxxxxxxxxxxxxx... On 3 October 2011 14:30, Jim Giner <jim.giner@xxxxxxxxxxxxxxxxxx> wrote: > Thanks for the code sample - a little more complex than I've ever used. > Can > you explain something for me? > > The first "unset" line - what is it doing? If it is removing the item from > the $process array, then how can you then reference the value ($v) in the > very next line? I must be missing something. > > Also - I don't see the need to be stripping slashes from the $k > (keys/indices?) elements. What am I missing there? > > As I said - the lines are a something new to me and I may not be > interpreting what is going on here. Basically I see that you are > processing > all of the arrays (GET,POST, etc) at once, doing each one in turn. For > each > one, you then get down to the values returned to the script as a $k/$v > pair > which you then check to see if it is in itself an array.(although you ask > if > $v is an array, while I would have thought you'd ask if $k was an array). > Once you get to the basest element you remove the slashes. > ************************** Thank you Richard for your effort, but I had the jist of all of this. What I don't get is the points I asked about. Can you answer the questions I mentioned? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php