Is it possible to retrieve image to a PHP page from database if it used vb.net to save it?
because I think the encoding style used by vb.net is not the same to the encoding process that I used in PHP, thats why I cant retrieve my image because of this compatibility issue

What encoding process do you use in PHP ? Don’t you just read blob binary data and have in some column the type of the image? And on the other hand what could be the encoding process in VB than just save those binary data to db and the type of the image ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.