How to get the Extension of a File Using PHP
As a PHP developer, there are times where you need to get the extension of a file. You may need to get the extension of a .jpg file so you can resize it or you may need to check to see if an uploaded file has a .pdf extension. With PHP there are a number [...]
How to Format Raw Byte File Size into a Humanly Readable Value Using PHP
Nothing like spending a beautiful Fall Saturday morning programming, that is the story of my life. I am finally getting close to completing VoiceTales. One of the last steps in the project to create a simple function that shows a humanly readable file size value for each recording a customer makes. I looked around and [...]

