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!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
for some reason when i use setlocale for certain(most) regions I get a ? for currency_symbol. i'm pretty sure this isn't a problem with my server or it's os because a created a test page with this:
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Better set the charset in a http header.
This might already be the case and when http header and meta/charset conflict, browsers usually prefer the header or get confused.
see http://de2.php.net/manual/en/ini.core.p ... lt-charset