By nerdyhearn
via nerdyhearn.com
Submitted: Mar 29 2008 / 16:11
I am a big fan of re-useable code. Because of this I tend to create classes for any form of common operation that I perform on any of my sites. I (like most other people with websites) do a lot of uploading of files, from images, to programs and executables. Because of this I recently created an Uploader class in PHP to upload files to my server, at a specified path. Here is the code for anyone that may be interested.
SaveShareSend
Tags: how-to, methodology, php, web design
Add your comment