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
You can use the mysql_set_charset function: http://it2.php.net/manual/en/function.mysql-set-charset.php