How to detect a file type in PHP
Note: This is not a tutorial on how to upload files in PHP
One of the major challenges when it comes to processing file uploads in PHP is determining the correctness of the file type. There are different ways to check the type of file uploaded if it'...
jiroghene.hashnode.dev2 min read