Hi everybody
From my Database I have a "description.php" page where you can see the features of and item, etc.
I want to put on that page, some icons that are showed depending if the item have them or not.
What I have done is a table with the columns named as the icons and then after the URL of the image in each field depending the item.
Now, if my logic was correct, is there a way to tell to mysql that only show the images that are registered for that items ?
Because if I put all the icons on the page , it actually only shows the ones registered and the other ones appear like "missing pictures".
Any recomendation or comment I appreciate
Thanx