After I input the code then click the submit , It will find in the database into member if the code (example 0000556397) is correct , if it's correct in attendance table it will shows the information of who submit their code but if it's not it will pop up a no user found
<div class="control-group">
<label class="control-label" for="inputPassword"> ID:</label>
<div class="reason">
<input type="text" class="span2.5" id="inputEmail" name="rfid" placeholder="Tap your I.D">
</div>
</div>
<div class="control-group">
<div class="controls">
<button name="submit" type="submit" class="btn btn-success"><i class="icon-save icon-large"></i> Save</button>
</div>
</div>