Search found 1 match

by divyadivya
Fri Jan 23, 2009 11:43 am
Forum: PHP - Code
Topic: How to handle upper and lowercase Image extension(jpg/JPG) ?
Replies: 2
Views: 138

How to handle upper and lowercase Image extension(jpg/JPG) ?

Experts, In the database the images are stored with jpg extension ; Where as they are stored as JPG on the server(where my php pages are). For example : In mysql database I have ; Image 1 = abc.jpg On the server where my php pages are I have = abc.JPG The image will not be displayed. How to handle i...