Logo  

CS479/579 - Web Programming II

Displaying exercises/e7/solution/config.php

<?php
$myconn = new mysqli("localhost", "sbaker", "sbaker", "sbaker");
?>