标签: php wamp wampserver
我在服务器上托管了一个Web应用程序,但无法连接到数据库。目前,我正在使用以下代码:
$conn = new mysqli("localhost","root","","labelimagetool");
如何从服务器上托管的Web应用程序连接到数据库?