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:
- Copy these dependent dll files to % windir % \ system32
- Or add the PHP installation directory to % PATH %.
You don't need to write the environment variable.