Array from Requests
Posted
by Joseph Robidoux
on Stack Overflow
See other posts from Stack Overflow
or by Joseph Robidoux
Published on 2010-03-26T04:36:30Z
Indexed on
2010/03/26
4:43 UTC
Read the original article
Hit count: 344
Hi ive set up 2 scripts, both communicating back and forth.
One thing id like is for 1 script to post an unknown amount of GETs to the other script.
Id like the other script to some how be able to grab all the GETS and put the values in an array.
© Stack Overflow or respective owner