special characters

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Jomar
Posts: 50
Joined: Tue May 22, 2007 8:09 pm

special characters

Post by Jomar »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

The special characters in the guesbook are not coded well?
België for instance becomes belgië
Is it possible to make the right code like: ë
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You will probably have to change gbook encoding to your own, open gbook.php in text editor and find:

Code: Select all

charset=windows-1250
then change windows-1250 to whatever encoding you use on your website.

It might not work for old entries, but new ones should be fine.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Jomar
Posts: 50
Joined: Tue May 22, 2007 8:09 pm

Post by Jomar »

thats working, tnx
Post Reply