Found the problem.

I set  ( default_charset = "iso-8859-1" ) in php.ini and it solve the
problem.

Just in case anyone want to know.



"Jonathan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I have encounter something rather weird. In my development server,
>
> when I insert a string contain  '&*%$, I got this in my mysql server '&*%$
> (i.e. the same)
>
> but in my application server, I got this â?T&*%$ in my mysql server (i.e.
'
> ==> â?T)
>
> anyone know how to resolve this? When I use the string to send out the
> email, I got the funny characters instead.
>
> Version Running
>
> development server
> mysql-server-3.23.58-9
> php-4.3.4
>
> application server:
> mysql-server-3.23.58-9
> php-4.3.8-2.1

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

Reply via email to