<?php include("mimetypehandler.class.php"); $mime = new MimetypeHandler(); echo $mime->getMimetype("fdsa.txt"); // Will output: text/plain ?>
info at phpclasses dot org