Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP array help Reply To: PHP array help

#170515
Jamie
Participant

There needs to be some loop that will pick up when a new option is added in the back end. It will output this

<li><a href="facebook.com"><img src="facebook.jpg">Facebook</a>

So then if a Twitter option was added in the back end, the code would output a list item for twitter. So I need to read the array and cycle through the index to get what I need.