Jump to content

PHP TO MS ACCESS


cakmaka

Recommended Posts

Hi everybody,

I created a db in ms access 2003 and I can access it via php however when I insert data into it data's unicode characters are not visible like original one.I checked unicode compression in db and it is correct and I put

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">

<meta http-equiv="content-language" content="TR"> this meta tag to all my php pages.

for example:

when I put the word "uğur" in a text field in db I can successfully complete the insert statement but when I open the db and look it up it looks like "U&#287;ur"

  Is there anyone can help me?

 

 

Link to comment
https://forums.phpfreaks.com/topic/63691-php-to-ms-access/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.