Hi I’ve set up 2 scripts, both communicating back and forth.
One thing I’d like is for one script to post an unknown amount of GETs to the other script.
I’d like the other script to some how be able to grab all the GETS and put the values in an array.
$_GET already is an array. No reason you can’t just copy it into your another array whose name is easier to type.