Current Page: 1 of 1
Results 1 - 3 of 3
16 years ago
dorian3d
Well, above is not a solution, only a work-around. The problem do dissapear if you change the charset of the file from UTF-8 to UTF-8 without BOM.
Forum: WampServer English
16 years ago
dorian3d
I found out the solution. Chech this: You can solve this by changing the php.ini. Change the following line: output_buffering = Off by this one: output_buffering = 4096
Forum: WampServer English
16 years ago
dorian3d
WAMP5 Version 1.6.6 Hi, I have found a problem with PHP files encoded in UTF-8 running under Wamp. I have this code in a PHP file, encoded with UTF-8: Quote <?php header("" ?> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> </head> <body> Hello </body> </html> And the result is:
Forum: WampServer English
Current Page: 1 of 1