Skip to content

Commit

Permalink
fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepKundalwal committed Dec 16, 2023
1 parent 8523a95 commit f5219f9
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 872 deletions.
6 changes: 6 additions & 0 deletions config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
1-> IP of the server where the database is stored
2-> username of the SQL
3-> password of the SQL server
4-> name of the database
*/
$conn = new mysqli("localhost", "root", "T22051@gmandi", "u978805288_PEDV2");
$conn = mysqli_connect("localhost", "root", "T22051@gmandi", "u978805288_PEDV2");
?>
Loading

0 comments on commit f5219f9

Please sign in to comment.