I am building a Christian ministry web site.
One of the things we are establishing is an online offering basket to
receive donations. One of our disbursements is a benevolent fund to
help others.
I have a 'how we operate our benevolent fund' web page online at
http://www.actsministrieschristiane
The problem is that the header for images needs to be set correctly for the
binary data to be show correctly. Example below is for mysql, so you should
only need to change the image header and the db calls to reflect mssql...
Here are the two working pages (tested my machine (xp, apache2, php4
I am using an MS SQL db to store records which include an column of type
"image". I can get the image into the table correctly, and I can get it
out and make a .bmp file out of it, but I would like to pull the bitmap
out of the column and display it directly on a page as an image. I have
been