Sunday, 4 November 2012

Get the image extension

   Get the image extension

    $ext = strrev(substr(strrev($_FILES["img_upload"]["name"]),0,3));

No comments:

Post a Comment