Hi Everyone,
I was successful in deploying Advanced poll to my server and been able to add it to .php pages. There seems to be a problem when i want to show a poll with arabic text. The values come in total junk characters.
Any idea how to solve this?
...Sheldon
Advanced Poll 2.08
Moderator: General Moderators
Re: Advanced Poll 2.08
You need to change your charset.
-
sheldondsouza
- Forum Newbie
- Posts: 2
- Joined: Wed May 07, 2008 12:23 pm
Re: Advanced Poll 2.08
Could you please tell me how to do this as i pretty new 
Re: Advanced Poll 2.08
You can read some about charsets here or you can search the php manual for more info. You might have a probem finding a charset for arabic in PHP but perhaps you can use something else to translate it over:
http://us.php.net/html_entity_decode
http://h4k.in/encoding/ <-- this may work for you thought
http://us.php.net/html_entity_decode
http://h4k.in/encoding/ <-- this may work for you thought