5 pts.
 How i want to save image from directory to database oracle using php ?
How i want to save image from directory to database oracle using php ?

Software/Hardware used:
php
ASKED: June 13, 2010  8:28 AM
UPDATED: July 9, 2010  5:59 PM

Answer Wiki:
Images are stored in BLOB field type in tables. It just to read the images and save the images. You may use base64_encode and base64_decode in the process.
Last Wiki Answer Submitted:  July 9, 2010  5:59 pm  by  Sourcebits   60 pts.
All Answer Wiki Contributors:  Sourcebits   60 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _