shit
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
if(isset($_POST['Submitto'])){
|
||||
$employeeUser = $_POST['employeeID'];
|
||||
$employeePass = $_POST['employeePassword'];
|
||||
$whereto = "SELECT EMPLOYEE_ID,PASSWD FROM employee where EMPLOYEE_ID='$employeeUser'";
|
||||
$whereto = "SELECT STORE_ID,PASSWORD FROM store where STORE_ID='$employeeUser'";
|
||||
$result = mysqli_query($connect,$whereto);
|
||||
$rows = mysqli_num_rows($result);
|
||||
$row = mysqli_fetch_array($result);
|
||||
|
||||
Reference in New Issue
Block a user