Mohan Cheema's Online Diary

Site Just to Keep Track of My Day to Day Work.

June 8, 2010
by Mohan Cheema
0 comments

Blobbing Data With PHP and MySQL


Blobbing Data With PHP and MySQL

Databases can be used for storing large amounts of binary data, known as BLOB’s. These BLOB’s can store just about any type of data imaginable, including MS Word documents, GIF/JPEG images, PDF files, MP3′s, etc. In this article we will see how to create a binary file repository using PHP and MySQL that can store and retrieve several different file types.

Share
Share