Jump to content

mwanly

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by mwanly

  1. thank you very much i solved it by use php 5.2 and now mssql is available . But now i have another problem in character .. my data result is like this : ??????? how can i change characterset ?? thanks a lot
  2. Hello i have sql server database and want to connect with PHP can any one tell why i get this fatal error when i use mssql_connect : Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\esest07\config.php on line 12 (line 12 : <$conn = mssql_connect($MyServer, $MyUser, $MyPass);> i only can connet by odbc_connect , but i dont want use this connection i want mssql_connect Please help
  3. Hello everyone i have SQL Server database which connected PHP by odbc_connect like this : <$dsn = "Driver={SQL Native Client};Server=$MyServer;Database=$MyDB; Uid=$MyUser;Pwd=$MyPass;";> <$dsn = "Driver={SQL Server};Server=$MyServer;Database=$MyDB;"; > <$conn = odbc_connect($dsn, $MyUser, $MyPass);> my problem is how can i set the character in this connection ?? i have data result like this : ????????? please anyone help me .
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.