Create connection $conn = new mysqli($host, $username, $password, $dbname); // Check connection if ($conn->connect_error) {
確定! 回上一頁