[PHP-DB] CLOSE button or link

2005-12-21 Thread Ron Piggott (PHP)
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

RE: [PHP-DB] Displaying bitmap images from an MS SQL db in a php page

2005-12-21 Thread Bastien Koert
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

[PHP-DB] Displaying bitmap images from an MS SQL db in a php page

2005-12-21 Thread Fenn_Rider
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