Jump to content

migrating to new server


mdgeus

Recommended Posts

Hi,

I have setup a new server with PHP & MySQL on IIS6 / win 2003.

 

after copying the first website and database I'm having this issue with the output generated on the new server.

 

new server:

Server version: 5.1.53-community

Protocol version: 10

 

old server:

Server version: 5.0.67-community-nt

Protocol version: 10

 

One entry in the old server is TREVIÑO and this is copied to the new server as TREVIÑO

(I've used the synchronize option in phpmyadmin 3.3.8)

 

I'm using some string manipulation to make it look better.

-- ucwords(mb_strtolower(substr($string, 0,25), 'UTF-8')) --

 

the output is on the old server: Treviño  (what it should be)

and on the new server: Treviãƒâ€˜o (which is exactly how it is in the database)

 

Can somebody tell me where to look for this problem?

 

Link to comment
https://forums.phpfreaks.com/topic/219812-migrating-to-new-server/
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.