This error is coming from likes 22 and 23 which are:Code:Warning: mssql_query() [function.mssql-query]: message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (severity 16) in C:\inetpub\vhosts\auragunz.com\httpdocs\test\Parts\Member_panel.php on line 22 Warning: mssql_query() [function.mssql-query]: Query failed in C:\inetpub\vhosts\auragunz.com\httpdocs\test\Parts\Member_panel.php on line 22 Warning: mssql_fetch_assoc(): supplied argument is not a valid MS SQL-result resource in C:\inetpub\vhosts\auragunz.com\httpdocs\test\Parts\Member_panel.php on line 23
What's wrong with this?Code:$username = $_SESSION['Username']; $get = mssql_query("SELECT * FROM Account WHERE UserID = \"$username\""); $blabla = mssql_fetch_assoc($get);


Reply With Quote

