Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default php x MsSql

    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>?
    "꨽?@.O (severity 15) in /home/iphosting/saladamix/www/admin/planos.php
    on line 161

    Warning: mssql_query(): message: Line 1: Incorrect syntax near
    'B뿿㺤?~.+.<" ,?~"?S??"z>? "꨽?@.O (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

    If anybody can help me, i thanks.


    --
    Joo Cndido de Souza Neto - [email]joao@mrmidia.com.br[/email]
    Mr. Mdia Propaganda e Marketing - [url]www.mrmidia.com.br[/url]
    Farol Sul de Minas - [url]www.farolsuldeminas.com.br[/url]
    Farol News - [url]www.farolnews.com.br[/url]
    (35) 3212-4291
    JoO CNdido De Souza Neto Guest

  2. Similar Questions and Discussions

    1. PHP MSSQL
      I have been searching for an extension to use with Dreamweaver that supports a PHP-Microsoft SQL model vs. PHP-MySQL. The latter has been fun, but...
    2. Help with MSSQL/PHP
      Hi wondering if anyone can help. What i'm trying to do is get a company from a MSSQL database with the COMPANYNO which is a 'uniqueidentifier'....
    3. PHP/msSQL
      On Wed, 25 Jun 2003 17:04:18 -0400, Adam wrote: Yes there is. let me tell you: www.google.com ... and i'd say you search for php+mysql howto ...
    4. [PHP] php x MsSql
      * Thus wrote Joo Cndido de Souza Neto (joao@mrmidia.com.br): My bet: diff winXP/php.ini linux/php.ini < magic_quote_sybase = 1 Curt -- ...
    5. mssql.dll
      Where is mssql.dll (not include in packages 4.1.2 / 4.2.3 / 4.3.2 ? Thanks
  3. #2

    Default php x MsSql

    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>?
    "꨽?@.O (severity 15) in /home/iphosting/saladamix/www/admin/planos.php
    on line 161

    Warning: mssql_query(): message: Line 1: Incorrect syntax near
    'B뿿㺤?~.+.<" ,?~"?S??"z>? "꨽?@.O (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

    If anybody can help me, i thanks.


    --
    Joo Cndido de Souza Neto - [email]joao@mrmidia.com.br[/email]
    Mr. Mdia Propaganda e Marketing - [url]www.mrmidia.com.br[/url]
    Farol Sul de Minas - [url]www.farolsuldeminas.com.br[/url]
    Farol News - [url]www.farolnews.com.br[/url]
    (35) 3212-4291
    JoO CNdido De Souza Neto Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139