Question
sqli.connect() not working
When I use sqli.connect() I get the following error:
"Call to undefined function mysqli_connect() in ..."
It seems that sqli has not been installed or I have not set it up properly on the server. I have been googling around and reading different solutions, but I have yet to find a solution.
Here is my phpinfo(): http://107.170.68.152/phptest.php
Can anyone share any light on this issue?
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×