No longer need to put the database server connection info in each page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
require 'db_connection.php';
|
||||
|
||||
if (isset($_POST['Submit'])){
|
||||
$_SESSION['loginData'] = $_POST;
|
||||
|
||||
Reference in New Issue
Block a user