diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..908b86e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +db.php +dbConnection.php diff --git a/account.php b/account.php index 2c043b4..a2a658a 100755 --- a/account.php +++ b/account.php @@ -97,7 +97,7 @@ $title = $row['title']; $total = $row['total']; $sahi = $row['sahi']; - $time = $row['time']; + $time = $row['time']; $eid = $row['eid']; $q12=mysqli_query($con,"SELECT score FROM history WHERE eid='$eid' AND email='$email'" )or die('Error98'); $rowcount=mysqli_num_rows($q12); @@ -115,25 +115,10 @@ echo ''; }?> - + +