Posted by
Brandon on
Sep 22nd, 2008 |
1 comment
I finished a Flash image slideshow for a website and this post explains how I created it. First, I created a PHP class with methods for uploading the images to the server. When a file is uploaded by the user, the script creates a filename for the image and stores it in a pre-built directory, and then inserts the filename and file location to a table in the MySQL database. This way I am able to...