More about converting text strings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



While I'm using UTF-8 as char set in my documents JavaScript messages works
correct with none international characters. But not the PHP code with
session_start(). I get the following error message:

Warning: session_start(): Cannot send session cookie - headers already sent
by (output started at /var/www/html/index3.php:1) in
/var/www/html/index3.php on line 2

But if I set the char set to Latin 1 the error message doesn't show. But
then the none internationl characters in the JavaScript messages doesn't
show as they should.

Thought I should explain my self a little bit more.

// Jonas

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux