News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Create a Basic Shoutbox with PHP and SQL

PHPit.net: A beginners introduction to PHP\'s file functions

Zend Developer Zone: XML and PHP 5

Scott Mattocks\' Blog: PHP-GTK News #11

Builder.com.au: Text-size switching with PHP and CSS


Community Events











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


api series testing framework introduction release interview example podcast code database opinion community functional language phpunit composer application development zendframework2

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