Current Page: 1 of 1
Results 1 - 1 of 1
5 years ago
qfmarine
<?php session_start(); if(isset($_SESSION['userSession'])!="" { header("Location: home.php" } include("dbconnect.php" if(isset($_POST['btn-signup'])) { $uname = $MySQLi_CON->real_escape_string(trim($_POST['user_name'])); $email = $MySQLi_CON->real_escape_string(trim($_POST['user_email'])); $upass = $MySQLi_CON->real_escape_string(trim($_PO
Forum: WampServer English
Current Page: 1 of 1