Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ashik nafis fixed bug 53 #56

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,12 @@ The original GitHub Repo is at https://github.com/EngMohamedNor/LabReportRepo

# Contributor List


(Please put your name and student number below.)

RAHMANMDASHIKUR - Ashik Rahman - 202025800051

ANJUMNAFIS - Nafis Anjum - 202025800052

TanakaMichelle - Tanaka Michelle Sandati - 201732120134

WhyteAsamoah - Yeboah Martha Asamoah - 201732120135
Expand Down
14 changes: 8 additions & 6 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,24 @@

<div class="col-md-4 list-group">

<br>
<br>
<h4 class="list-group-item active"> Sign up </h4>
<div class="list-group-item">
<div class="list-group-item" style="height:235px">

<form method="post" action="Script.php" name="frm_signup_1">
<input type="hidden" name="frm_signup_1" value="true"/>

Student ID
<input type="text" name="student_id" placeholder="Entre your Student ID" class="form-control" required="">

Your Passport / National ID
<input type="text" class="form-control" name="passport" placeholder="(Optional)">
<br>
<input type="submit" name="frm_signup_1" class="btn btn-primary" value="Next"> <br> Click Next to set up password

<br>

<div class="btnsignup" style="padding-top:58px">
<input type="submit" name="frm_signup_1" class="btn btn-primary" value="Next"> <br>Click Next to set up password

</div>

<?php

error_reporting(E_ALL);
Expand Down