Skip to content

Commit

Permalink
modification section team
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid saaf committed Aug 3, 2020
1 parent c3dd663 commit d0bb8c7
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 107 deletions.
1 change: 0 additions & 1 deletion Team.php → Team.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@
</div>

<!----------------------Fin Footer---------------------->
<script src="https://unpkg.com/scrollreveal"></script>
<script src="/js/script.js"></script>


Expand Down
16 changes: 16 additions & 0 deletions confige.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
/* Attempt MySQL server connection. Assuming you are running MySQL
server with default setting (user 'root' with no password) */
$linkTeam = mysqli_connect("localhost", "root", "");

// Check connection
if($linkTeam === false){
die("ERROR: Could not connect. " . mysqli_connect_error());
}

// Print host information
echo "Connect Successfully. Host info: " . mysqli_get_host_info($linkTeam);

// Close connection
mysqli_close($linkTeam);
?>
39 changes: 17 additions & 22 deletions css/Team.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d0bb8c7

Please sign in to comment.