<?phpinclude("mimetypehandler.class.php");$mime = new MimetypeHandler();echo $mime->getMimetype("fdsa.txt"); // Will output: text/plain?>