Re: Re[2]: [PHP] Imgs in Database

2003-06-05 Thread Craig
Just for your info..I researched this a bit further..and with a little help from the manual, the following works a treat.: Cheers, Craig 0) { $result = mssql_fetch_array($sqry_img); Header ("Content-type: i

Re[2]: [PHP] Imgs in Database

2003-06-05 Thread Alexware
Hello Craig & All, As far I know, you can just echo it to a file and you will get the image file. Of course don't forget the extention. Just a simple "for" cycle can do it for you (inside a select). e.g.: $query = "select bin_data,filetype from binary_data"; $result = mysql_query($query);