* Thus wrote João Cândido de Souza Neto ([EMAIL PROTECTED]):
> Hello to all.
> 
> I'm creating a site using php with database MsSql, when i test in my server
> using Win XP x php 4.3.2 it's all ok, but when i send to server with linux x
> php 4.3.3 i can't to save accented words in database.
> 
> When i try to save, i receive this error message:
> 
> Warning: mssql_query(): message: Unclosed quotation mark before the
> character string 'B뿿㺤ä?~.+.ê<"à ä¦,ä?~î¦"ä?¢ìS?ä?¢â"¸à¡zì>?à
> "[EMAIL PROTECTED] (severity 15) in /home/iphosting/saladamix/www/admin/planos.php
> on line 161

My bet:
diff winXP/php.ini linux/php.ini
< magic_quote_sybase = 1
> magic_quote_sybase = 0


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to