Skip to content
Snippets Groups Projects
Commit 0c72d1b3 authored by -'s avatar -
Browse files
parents 8a07f035 25a4f1eb
No related branches found
No related tags found
No related merge requests found
<?php
$link = mysqli_connect("localhost", "root", "", "myfridge");
?>
\ No newline at end of file
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</head> </head>
<body> <body>
<?php <?php
require_once 'con.php'; require_once 'dbcon.php';
session_start(); session_start();
if (isset($_POST['username'])) { if (isset($_POST['username'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment