Weird Characters Being Inputted

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Weird Characters Being Inputted

Post by nickman013 »

Hello

I have a form. It works great but I got one problem. It inserts these " Â Â Â Â " into the results. If the characters dont show for you, the character looks like a A with a circle on top. Does anybody have any ideas why this happends?

Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Probably an encoding is off somewhere. Like mixing UTF8 and ISO8559 or something.
Post Reply