Skip to content

Instantly share code, notes, and snippets.

@tacone
Created November 22, 2013 15:13
Show Gist options
  • Save tacone/7601462 to your computer and use it in GitHub Desktop.
Save tacone/7601462 to your computer and use it in GitHub Desktop.
Quick file extension
<?php
$file_extension=".".strtolower(pathinfo($_FILES["Filedata"]["name"],PATHINFO_EXTENSION));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment