Robert Cummings wrote:

> No, that's what kind of content the server is willing to accept from
> various sources such as POST.  You want the following somewhere near
> the beginning of your script:
> 
> <?php
>     header( 'Content-type: text/html; charset=iso-8859-1' );
> ?>

I think that is better done with the default_charset setting in php.ini. 


/Per Jessen, Zürich


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

Reply via email to