my question is how do you concatenate para1 and para2, and displays the image that is in the url for each of the data in the web1 array in PHP?
Here is an example of what I wanted.
From url1: www.example.com/jferf0923i092eijodsojs
Please keep in mind that these urls are just an example of what I want to achieve.
{"Web 1": {
"url1": {
"para1": "www.example.com",
"para2": /jferf0923i092eijodsojs,
},
"url2": {
"para1": "www.example.com",
"para2": asjdoisadj829332oijd,
},
"url3": {
"para1": "www.example.com",
"para2": assasdijoj21389445,
}
}}
I appreciate your help! Cheers