Hi frenz
Lately I try to use MSSQL and PHP , the problem arise when PHP try to
read MSSQL field with 'image' data type,
header("Content-type: image/jpeg"); // act as a jpg file to browser
I try to used normal working file that store BLOB as file type in MSSQL
...but still not working. Is it because the image data type in MSSQL can
not be recognise by PHP?
Any one can give the hint.. thanks u in advance.
Lately I try to use MSSQL and PHP , the problem arise when PHP try to
read MSSQL field with 'image' data type,
header("Content-type: image/jpeg"); // act as a jpg file to browser
I try to used normal working file that store BLOB as file type in MSSQL
...but still not working. Is it because the image data type in MSSQL can
not be recognise by PHP?
Any one can give the hint.. thanks u in advance.
Comment