Howdy
Novice here but what I'm trying to do is use an array that's printed to a webpage in a format like this
Code:
["1","2","3","4","5","6","7","8","9"]
The values are always different every time I reload the URL where the array comes from so what I'd like to do is exactly this:
Get the values from the array
Print a static URL for each array value and append the array value to the end of the URL.
Would anybody be able to help me out as I'm a bit lost with this
EDIT:
Here's the URL to the webpage where I'll be getting the array from