Online File Storage with PHP
Introduction
Have you ever wished that you had a place to upload files while on the road? What if you’re using a public terminal or someone else’s computer and cannot install any third party software for file transfer? Wouldn’t it be neat to just open a page in a browser, and upload your file with the click of a button?
There’s plenty of file hosting sites already all around, but in this tutorial I will show you how to make your own. Here’s what we will be creating:

