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