diff --git a/reference/mysqli/functions/mysqli-connect.xml b/reference/mysqli/functions/mysqli-connect.xml index 8e1f9a73d8..ef6cecb586 100644 --- a/reference/mysqli/functions/mysqli-connect.xml +++ b/reference/mysqli/functions/mysqli-connect.xml @@ -1,5 +1,5 @@ - + mysqli_connect @@ -36,7 +36,7 @@ running on host which can be either a host name or an IP address. Passing the &null; value or the string "localhost" to this parameter, the local host is assumed. When possible, pipes will be used instead of the TCP/IP protocol. If successful, the mysqli_connect - will return an object representing the connection to the database, or &false; on failure. + will return an object representing the connection to the database, or &false; on failure. The username and password parameters specify the