MySQL connect on PHP

前端 未结 4 1364
情书的邮戳
情书的邮戳 2021-01-23 19:57

what is the best way to connect PHP application on MySQL.

So far I had the below connection classes.

class Connection{
    private static $server = \"127         


        
4条回答
  •  情书的邮戳
    2021-01-23 20:17

    try this

    
    

    ive tryed a lot of times to make a connection to a database and i finaly found one.

提交回复
热议问题