im using PHP Version 5.2.2
here's my sample code:
Code: Select all
echo mime_content_type('wg_logo.gif');what do you think is the problem?.
thanks all...
Moderator: General Moderators
Code: Select all
echo mime_content_type('wg_logo.gif');Code: Select all
var_dump(mime_content_type('wg_logo.gif'));
var_dump(function_exists('mime_content_type'));