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? 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 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... 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. 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. Link to comment https://forums.phpfreaks.com/topic/67716-solved-file-types/#findComment-340213 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.