I have a problem with PHP and MSSQL. I would like to store binary image data in a MSSQL 7 database. In order to get the binary data into the database I need to replace the " ' " by " ' ' ". I know that there is the sybase functionality, but I haven't found a good have to undo this replacement. "Addslashes" and "stripslashes" work not in the same way.
Nils