| http://www.w3.org/ns/prov#value | - if anyone has faced a problem with displaying images from mssql image field it could be that they have an ole header put by sql.here is an example. hope it helps:<?php $db=mssql_connect("server,user,pass"); $d=mssql_select_db(NorthWind, $db); $sql = SELECT Picture FROM Categories WHERE CategoryId=2; $res = mssql_query($sql); $row = mssql_fetch_array($res); $data = $row['Picture']; header(
|