Link to home
Start Free TrialLog in
Avatar of tim_carter
tim_carter

asked on

How to upload image with PHP and MSSQL

Hi guys

Anyone got a quick script on how to upload an image via php to an mssql database? and also how to retrieve it from the database?
ASKER CERTIFIED SOLUTION
Avatar of MSavolainen
MSavolainen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tim_carter
tim_carter

ASKER

Hi thanks for the quick response.

But that is for MySql? or can i adapt the syntax quickly?
The basic SQL syntax will be the same. The main difference will be the connection strings.