PHP-ORACLE8i-Load and Save Image

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Cesar
Forum Commoner
Posts: 31
Joined: Sat May 22, 2004 1:35 am

PHP-ORACLE8i-Load and Save Image

Post by Cesar »

Hi,
please help me.
what can i save and load image from PHP to Oracle8i.
please send code or link in to the manual.

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

understand that storing image data in the database creates unnecessary database queries and such, as each image requires a seperate page and database query.
Cesar
Forum Commoner
Posts: 31
Joined: Sat May 22, 2004 1:35 am

ok, but

Post by Cesar »

I can.
But i cant run stored procedure from oracle for load blob data form PHP
Post Reply