I\'m trying to store some data in a SQL Server database through php.
Problem is that special chars aren\'t converted properly. My app\'s charset is iso-8859-1 and th
I suggest looking at the following points:
ini_set('mssql.charset', 'utf-8'); as there's no function with a charset argument (connect, query etc)