SJames Posted September 3, 2007 Share Posted September 3, 2007 I am looking for a list of file types as they are named in php. For example, a .jpg would be "image/jpg". Does anyone know where I can find one? Quote Link to comment https://forums.phpfreaks.com/topic/67716-solved-file-types/ Share on other sites More sharing options...
Fadion Posted September 3, 2007 Share Posted September 3, 2007 have a look at this Quote Link to comment https://forums.phpfreaks.com/topic/67716-solved-file-types/#findComment-340208 Share on other sites More sharing options...
SJames Posted September 3, 2007 Author Share Posted September 3, 2007 Well that helps, but I don't think I see anything like HTML or PHP on that list... Quote Link to comment https://forums.phpfreaks.com/topic/67716-solved-file-types/#findComment-340210 Share on other sites More sharing options...
SJames Posted September 3, 2007 Author Share Posted September 3, 2007 never mind, that helps. thanks. Quote Link to comment https://forums.phpfreaks.com/topic/67716-solved-file-types/#findComment-340211 Share on other sites More sharing options...
Psycho Posted September 3, 2007 Share Posted September 3, 2007 Very last item in the list is: text/html html htm I suspect php files are not listed because they are not an "executable" file type in that there are not user applications that consume them. They must be run through a web server. But, that's just a guess. Quote Link to comment https://forums.phpfreaks.com/topic/67716-solved-file-types/#findComment-340213 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.