Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Connecting To A Database:

connecting.php
!

<?php

$link = mysqli_connect("localhost", "cl20-exampledb", "K7.7grb-Y", "cl20-

exampledb");

if (mysqli_connect_error()) {

die("Could not connect to database");




?>

You might also like