This is the solution for:::: Fatal error: Call to undefined function: mssql_connect (

Results 1 to 4 of 4
  1. #1
    Novice pixelkar is offline
    MemberRank
    Feb 2010 Join Date
    3Posts

    thumbs up This is the solution for:::: Fatal error: Call to undefined function: mssql_connect (

    XAMPP 1.7.3 ERROR SOLUTION

    ENGLISH

    Fatal error: Call to undefined function: mssql_connect ()

    Is corrected as follows:

    This is because not properly edited the php.ini file, which is housed in the C:\xampp\php

    Find the file you open it and find the line:
    ; extension = php_mssql.dll

    And remove the ";" (semicolon) at the beginning to make it like this:
    extension = php_mssql.dll
    Last edited by omen; 14-03-10 at 03:29 PM.


  2. #2
    Enthusiast BaDLeDoO is offline
    MemberRank
    Mar 2008 Join Date
    26Posts

    Re: This is the solution for:::: Fatal error: Call to undefined function: mssql_conne

    same problem ?!
    May be porblem in sql ?!

  3. #3
    Enthusiast vinzon1989 is offline
    MemberRank
    May 2011 Join Date
    36Posts

    Re: This is the solution for:::: Fatal error: Call to undefined function: mssql_conne

    zZZZZZZZZZZZZZZZZZzzzzzzzzzzzzzzzzzzzzzzzzzzz

  4. #4
    Tantra/Web Development jbeitz107 is offline
    MemberRank
    Mar 2012 Join Date
    USALocation
    1,471Posts

    Re: This is the solution for:::: Fatal error: Call to undefined function: mssql_conne

    make sure you update the ntwdblib.dll in your windows system folder and xampp/bin and xampp/php folders. if you are using the newest version of xampp the it does not support mssql protocol. instead is supports sqlsrv protocol. google it and you will understand



Advertisement