* Thus wrote Joo Cndido de Souza Neto ([EMAIL PROTECTED]): > I'm creating a site using php with Mssql and i have a problem. > > When i test im my in my conputer using Win XP with php 4.3.2RC4 it's all ok, > but when i use in server running linux and php 4.3.3 i can't save accented > words data in MsSql database. > > When i try, i receive this message: > > Warning: mssql_query(): message: Unclosed quotation mark before the > character string 'B뿿㺤?~.+.<" ,?~"?S??<^>? > "[EMAIL PROTECTED] (severity 15) in /home/iphosting/saladamix/www/admin/planos.php > on line 161
it sounds like there might be a translation problem with the chars. or somehow you lost the terminating ' The rest of the errors should disappear when you fix that. > > Warning: mssql_query(): message: Line 1: Incorrect syntax near > 'B뿿㺤?~.+.<" ,?~"?S??<^>? "[EMAIL PROTECTED] (severity 15) > in /home/iphosting/saladamix/www/admin/planos.php on line 161 > > Warning: mssql_query(): Query failed in > /home/iphosting/saladamix/www/admin/planos.php on line 161 > > Fatal error: Call to undefined function: mssql_error() in > /home/iphosting/saladamix/www/admin/planos.php on line 161 There isn't a mssql_error() in either versions, you dont get the error on your win32 box because your query works there. 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