Data Goes In, Data Comes Out — This Time it's Binary
This setp-by-step article explains how to create a database-driven image uploading and display system in PHP. The example database used being MySQL, it also discusses possible modifications for MS SQL and Oracle. Some of the main topics include: Create database table with a field defined to hold binary data, Get your binary data into your table through a form-based file upload script, and Retrieve your binary data and display it to the user.
Visit publisher site: Data Goes In, Data Comes Out — This Time it's BinaryListing Details
- Filed in:
-
Scripts / PHP / Tutorials & Tips / Image Manipulation
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
I was not searching for more, It's really clear, it fullfills everything I need. The way to upload, the way to store, the way to recover, and the way to display. Great!