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 ? Link to comment https://forums.phpfreaks.com/topic/77416-header-content-type-for-phpgd-for-mobile/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.