advanced code snippet search
luman on 03/09/08
file extension
03/09/08 11:13am
1 person have marked this snippet as a favorite
gbot
$ext = explode('.',$HTTP_POST_FILES['fichero']['name']);$ext = $ext[count($ext)-1];if($ext == "pjpeg") $ext = "jpg";
Report this snippet Tweet
Comment:
You need to login to post a comment.