View Single Post
Old 02-12-2013, 12:37 AM   PM User | #1
Willbbz
New to the CF scene

 
Join Date: Feb 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Willbbz is an unknown quantity at this point
Link an array from a URL and print array to a web page

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
Willbbz is offline   Reply With Quote