edwardtilbury Posted November 14, 2008 Share Posted November 14, 2008 I have a variable called: $products_image and a bunch of files in zen cart: (thumbnails) images\star_wars\chewbacca.jpg images\star_wars\chewbacca_01.jpg images\star_wars\chewbacca_02.jpg images\star_wars\chewbacca_03.jpg (large images) images\large\star_wars\chewbacca_lrg.jpg images\large\star_wars\chewbacca_01_lrg.jpg images\large\star_wars\chewbacca_02_lrg.jpg images\large\star_wars\chewbacca_03_lrg.jpg $products_image=chewbacca.jpg How could I make a dynamic array to run "file_exists" on the chewbacca images, or images in other directories setup in the same manner. If the file exists, I would like to display it's image. <img src="$products_image"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.