In SQL 2008, in a nvarchar type column I have a string, "Connects students’ prior knowledge, life experiences, and interests in the". When I look at the string in the database it looks correct. When I echo that string in php it returns, "Connects students? prior knowledge, life experiences, and interests in the". It replaces the single quote with a question mark. Can someone please explain why that is happening?
Sorry if this is a stupid question.
EDIT:
PHP Source File Encoding: UTF-8
SQL Collation: SQL_Latin1_General_CP1_CI_AS
Web page encoding: <meta charset="utf-8">