0 votes
in PHP by
How to create connection in PHP?

1 Answer

0 votes
by

The mysqli_connect() function is used to create a connection in PHP.

resource mysqli_connect (server, username, password)       

...