1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved How to connect with MySQL

Discussion in 'Development' started by ClembDeveloper, Jun 19, 2018.

  1. ClembDeveloper

    ClembDeveloper Creeper

    Messages:
    2
    I want connect the server with MySQL but i don't know how to connect can help me?
     
  2. byyEmirhanWSD

    byyEmirhanWSD Witch

    Messages:
    50
    GitHub:
    EmirhanWSD
    PHP:
    /** @var \mysqli */
    public $mysqli;

    $this->mysqli = new \mysqli(parameters);
     
    ClembDeveloper likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.