(PHP 5, PHP 7)
Alias of mysqli::__construct()
This function is an alias of: mysqli::__construct()
Although the mysqli::__construct() documentation also includes procedural examples that use the mysqli_connect() function, here is a short example:
Examples:
mysqli_connect() example
<?php
$link = mysqli_connect("127.0.0.1", "my_user", "my_password", "my_d