How to enable mysqli on XAMPP?

前端 未结 4 502
不知归路
不知归路 2020-12-06 20:30

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

But mysqli is not working in my XAMPP. I checked my PHP folder and there i

4条回答
  •  庸人自扰
    2020-12-06 20:45

    Another thing that might be blocking the msqli dll from loading could be user right issues on your local webserver, make sure the \User can read the ext folder, that was what worked for me

提交回复
热议问题