Click to See Complete Forum and Search --> : anyone had a problem llike this ?


barantamer
08-14-2007, 03:04 AM
hello i made a website , which works perfectly on my computer , but when i uploaded my site , a charachter proble occured . Turkish charachter showing right only on my team.php page.

I have no idea why ..
Please have a look

www.futboltakip.com

NogDog
08-14-2007, 04:32 AM
You should start by fixing your HTML errors: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.futboltakip.com%2Fcountry.php%3Fcountry_id%3D1%26name%3Dturkey

Part of your problem may be the error in your charset declaration, which currently looks like:

<meta http-equiv="Content-Type" content="text/html"; charset="utf-8">

...but should be...

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">