Retrieving image field from sql server with php

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
sogand145
Forum Newbie
Posts: 4
Joined: Sun Mar 04, 2012 9:56 am

Retrieving image field from sql server with php

Post by sogand145 »

Hi, i finally was succeed insert data into sql server by pdo . The data type of image field is image and i don`t know how to retrieve it to show it on web page?
i stored image (itself not its path) into db, Can anyone help me to solve this problem?
Thank you so much
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Retrieving image field from sql server with php

Post by social_experiment »

“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply