I have read that the function mime_content_type() is available in php 4.4.0 and upward, however I cannot use this function in a php script (error: Fatal error: Call to undefined function: mime_content_type() in [scriptname] on line 1)
Do we use a php version not compiled with this option, or am i just missing something...?
Do we use a php version not compiled with this option, or am i just missing something...?
Comment