Jump to content

reduce image file size using php


fer0an

Recommended Posts

thank you

now I want find the extension of file and before I saved image , first find extenstion with this code:

function get_file_extension($file_name)

{

return substr(strrchr($file_name,'.'),1);

}

get_file_extenstion($image);

 

how I can check it for create new file?

 

  • 3 months later...
  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.