-
STRIP-EXTENSION.PHP is created to provide a solution for someone who wanted to create a page with a list of local files, stripped of all their extensions. Initially, my solution involved string manipulation functions, and a list of extensions. It turned out that the list of possible file types was too big to maintain. That's when I discovered the php pathinfo ...

