Logo  

CS479/579 - Web Programming II

Displaying ./code/images/config.php

<?php

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