SQL Server prepared statement with PHP - Error
one text
Solution:
Problem was that the 3 parameters were objects (due to a particular call to a webservice) so the "echo" was fine (right strings) but the types were not strings. Hours wasted. Thank you everybody
Source