You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

db.php 123 B

2 years ago
123456
  1. <?php
  2. // 1. Create a database connection
  3. $connection = mysqli_connect('localhost', 'root', 'dakota02', 'UMUC');
  4. ?>

No Description

Contributors (1)