hi!
does anybody know how to insert a file into a database (sql server) via php?
i can upload a file and save it in any location.
and now i want to put this file in the database...
i opened (fopen) it and read it (fread), i tried the function addslashes() but theres always a sytax error.
thanx for helping!!
andy