Hi There,
I am trying to post an image on a php document with the information pulling from a sql database, I have the img src pulling the correct picture but I have the same picture in different colors and I want the appropriate color to show in the proper place.
[php]ECHO “
I want to add an extra directory using a variable so if ColorID = Red then it would go to directoy
[php]<img src=“http://www.brickbybricks.ca/php/images/red/".$row[‘PartID’].".gif”>";[/php][/php]