NeoMarine Posted November 15, 2007 Share Posted November 15, 2007 I have a php script which, using GD will echo out an image file using parameters for my wapsite. So it would look something like: <img src="getimage.php?imageID=10000"> At the top of the page I set: header ("Content-type: image/gif") I need this however to work when viewing from a mobile phone. Is there a specific type of "Content-type" for mobile phones to display gif/png/jpeg/etc. using my getimage.php ? 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.