How would I assign images to an array.
Here is my current array that I am working with
Is there a way for me to say "instead of displaying the word "Web Site" display this image"?PHP Code:$group = array("Web Site", "E-Store", "Advanced", "Site Extras", "Administration");
I have access to the MYSQL database where the array is defined - if that makes a difference.



Reply With Quote

Bookmarks