News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
DeveloperTutorials.com:
Upload Files to MySQL using PHP Tutorial
November 23, 2007 @ 08:26:00

From Developer Tutorials, there's a new tutorial posted about creating a file upload script combining PHP and MySQL.

I much prefer to upload files to mysql instead of saving them directly to the file system. I can run database backups/mirrors that are much easier to manage then if files were placed on the file system. Here are the simple scripts I use to upload files and a script to stream the file back to the browser.

The tutorial is mostly just the code for the simple application - the MySQL table structure, the PHP code to handle the file (including the insert into the MySQL database) and the code to download the same files.

0 comments voice your opinion now!
upload file script tutorial example mysql upload file script tutorial example mysql




Community Events





Don't see your event here?
Let us know!


test framework phpunit opinion symfony2 database conference component release unittest application podcast interview introduction community custom development api language series

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework