In xampp, how does php connect to mssql and read data?

Source: Internet
Author: User
In xampp, how does php connect to mssql and read data? Please help me with the extensionphp_mssql.dll function, but use phpinfo (). I cannot see how php connects to mssql and reads data in xampp? Please help

I have enabled extension = php_mssql.dll, but I cannot see it with phpinfo ().

Reply content:

In xampp, how does php connect to mssql and read data? Please help

I have enabled extension = php_mssql.dll, but I cannot see it with phpinfo ().

First, determine the problem:

  • View apache logs.
  • Check whether the php ext directory contains php_mssql.dll.

If php_mssql.dll is not available, download one from the Internet.

If PHP startup: Unable to load dynamic library './php_mysql.dll appears in the log, there are two solutions:

  1. Copy these dependent dll files to % windir % \ system32
  2. Or add the PHP installation directory to % PATH %.

You don't need to write the environment variable.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.