Re: [PHP] working HEADER in PHP

2001-11-17 Thread Papp Gyozo


> Hi,
> 
> I used
> header("content-type:text/html;charset='windows-1256'");
> and header("content-language:'fa'");
I suggest to try "Content-Type" "Content-Language" 
with initial capitals rather than all lowercase and 
simply fa, without qoutes. 

header("Content-Type: text/html; charset=windows-1256");
header("Content-Language: fa");

> for showing my Farsi messages, in PHP, on browser
> but these could not  work.
> 
> Please help me!
> Thanks.
> 
> 
> __
> Do You Yahoo!?
> Find the one for you at Yahoo! Personals
> http://personals.yahoo.com
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 



[PHP] working HEADER in PHP

2001-11-16 Thread mahboobeh khossrojerdi

Hi,

I used
header("content-type:text/html;charset='windows-1256'");
and header("content-language:'fa'");
for showing my Farsi messages, in PHP, on browser
but these could not  work.

Please help me!
Thanks.


__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]