I am trying to display some information from SQL Server to my PHP site. I am using ODBC connection for that one.
My Issue is : Special characters are not recognised and it is displaying “question mark (?)” in my site. (This works in my other ASP site)
What I am missing here ? Please help me.
Thanks in advance.
I use some special MSSQL query converter and then ICONV in the PHP side like this:
And in the PHP, say the text is in CodePage 1255:
hope that’s helps.