Skip to content
Snippets Groups Projects
Commit ededafbe authored by Angela Pham's avatar Angela Pham
Browse files

Week 4 lab added.Implementing SPOE navigation

parent 57467c2b
Branches
No related merge requests found
<?php
/* connect to the database */
$link = mysqli_connect(
'localhost',
'ma302ap',
'anspj597',
'ma302ap_recordstore'
);
/* check connection succeeded */
if (mysqli_connect_errno()) {
echo ("error cannot connect with mysql");
exit(mysqli_connect_error());
}
?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment