i have a loop running through an array of numbers, I want that loop to
connect to a url each time it passes a numbe.
example:
the array has numbers: 1 , 2 , 3
i want the loop to connect to the url as follows:
any solution?
connect to a url each time it passes a numbe.
example:
the array has numbers: 1 , 2 , 3
i want the loop to connect to the url as follows:
any solution?
Comment