Blank page when using mime_content_type()
Posted: Wed Jul 18, 2007 7:58 pm
I want to get the type of a file using mime_content_type()
im using PHP Version 5.2.2
here's my sample code:
but the result page is blank!
what do you think is the problem?.
thanks all...

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...