• <tfoot id='dZVJK'></tfoot>

      <i id='dZVJK'><tr id='dZVJK'><dt id='dZVJK'><q id='dZVJK'><span id='dZVJK'><b id='dZVJK'><form id='dZVJK'><ins id='dZVJK'></ins><ul id='dZVJK'></ul><sub id='dZVJK'></sub></form><legend id='dZVJK'></legend><bdo id='dZVJK'><pre id='dZVJK'><center id='dZVJK'></center></pre></bdo></b><th id='dZVJK'></th></span></q></dt></tr></i><div id='dZVJK'><tfoot id='dZVJK'></tfoot><dl id='dZVJK'><fieldset id='dZVJK'></fieldset></dl></div>

      <small id='dZVJK'></small><noframes id='dZVJK'>

        • <bdo id='dZVJK'></bdo><ul id='dZVJK'></ul>
      1. <legend id='dZVJK'><style id='dZVJK'><dir id='dZVJK'><q id='dZVJK'></q></dir></style></legend>

        如何在 XAMPP 上启用 mysqli?

        时间:2023-07-30
          <bdo id='zcXig'></bdo><ul id='zcXig'></ul>

          <i id='zcXig'><tr id='zcXig'><dt id='zcXig'><q id='zcXig'><span id='zcXig'><b id='zcXig'><form id='zcXig'><ins id='zcXig'></ins><ul id='zcXig'></ul><sub id='zcXig'></sub></form><legend id='zcXig'></legend><bdo id='zcXig'><pre id='zcXig'><center id='zcXig'></center></pre></bdo></b><th id='zcXig'></th></span></q></dt></tr></i><div id='zcXig'><tfoot id='zcXig'></tfoot><dl id='zcXig'><fieldset id='zcXig'></fieldset></dl></div>
          1. <tfoot id='zcXig'></tfoot>

              <legend id='zcXig'><style id='zcXig'><dir id='zcXig'><q id='zcXig'></q></dir></style></legend>
            • <small id='zcXig'></small><noframes id='zcXig'>

                <tbody id='zcXig'></tbody>

                • 本文介绍了如何在 XAMPP 上启用 mysqli?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  通过查看整个 Internet 上的建议,我尝试将所有查询转换为 mysqli.

                  By seeing suggestions throughout the Internet I tried to convert all my queries to mysqli.

                  但是 mysqli 在我的 XAMPP 中不起作用.我检查了我的 PHP 文件夹,发现有一个 php_mysqli.dll 文件...仍然不起作用

                  But mysqli is not working in my XAMPP. I checked my PHP folder and there is a php_mysqli.dll file... still it doesn't work

                  推荐答案

                  你有没有把它声明到 php.ini 来加载它?如果没有,请尝试在 php.ini 中找到它并添加 php_mysqli.dll

                  Have you declare it to php.ini to load it? If no, try find this in php.ini and add php_mysqli.dll

                  ;;;;;;;;;;;;;;;;;;;;;;
                  ; Dynamic Extensions ;
                  ;;;;;;;;;;;;;;;;;;;;;;
                  
                  ; If you wish to have an extension loaded automatically, use the following
                  ; syntax:
                  ;
                  ;   extension=modulename.extension
                  ;
                  ; For example, on Windows:
                  ;
                  ;   extension=msql.dll
                  ;
                  ; ... or under UNIX:
                  ;
                  ;   extension=msql.so
                  ;
                  ; ... or with a path:
                  ;
                  ;   extension=/path/to/extension/msql.so
                  ;
                  ; If you only provide the name of the extension, PHP will look for it in its
                  ; default extension directory.
                  ;
                  ; Windows Extensions
                  ; Note that ODBC support is built in, so no dll is needed for it.
                  ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
                  ; extension folders as well as the separate PECL DLL download (PHP 5).
                  ; Be sure to appropriately set the extension_dir directive.
                  
                  extension= php_mysqli.dll
                  

                  这篇关于如何在 XAMPP 上启用 mysqli?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:致命错误:不在对象上下文中时使用 $this 下一篇:带有 SET 变量语句的 Mysqli 查询(即多个查询)

                  相关文章

                  最新文章

                • <i id='rcgHo'><tr id='rcgHo'><dt id='rcgHo'><q id='rcgHo'><span id='rcgHo'><b id='rcgHo'><form id='rcgHo'><ins id='rcgHo'></ins><ul id='rcgHo'></ul><sub id='rcgHo'></sub></form><legend id='rcgHo'></legend><bdo id='rcgHo'><pre id='rcgHo'><center id='rcgHo'></center></pre></bdo></b><th id='rcgHo'></th></span></q></dt></tr></i><div id='rcgHo'><tfoot id='rcgHo'></tfoot><dl id='rcgHo'><fieldset id='rcgHo'></fieldset></dl></div>
                  <legend id='rcgHo'><style id='rcgHo'><dir id='rcgHo'><q id='rcgHo'></q></dir></style></legend>
                    <bdo id='rcgHo'></bdo><ul id='rcgHo'></ul>
                • <tfoot id='rcgHo'></tfoot>

                  <small id='rcgHo'></small><noframes id='rcgHo'>