Created
November 19, 2014 19:04
-
-
Save samroar/84988c629803b44276bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>users</title> | |
</head> | |
<body> | |
<table> | |
<tr> | |
<th>Type</th> | |
<th>Name</th> | |
<th>Edit</th> | |
</tr> | |
<tr> | |
<td>Admin</td> | |
<td>sam arora</td> | |
<td><a href="?id=<br /> | |
<b>Notice</b>: Undefined index: id in <b>G:\Google drive\Medical\users.php</b> on line <b>68</b><br /> | |
">Edit</a></td> | |
</tr> | |
<tr> | |
<td>Patient</td> | |
<td>sam arora</td> | |
<td><a href="?id=<br /> | |
<b>Notice</b>: Undefined index: id in <b>G:\Google drive\Medical\users.php</b> on line <b>68</b><br /> | |
">Edit</a></td> | |
</tr> | |
</table> | |
</body> | |
</html> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>users</title> | |
</head> | |
<body> | |
<br /> | |
<b>Notice</b>: Undefined index: action in <b>G:\Google drive\Medical\users.php</b> on line <b>84</b><br /> | |
<br /> | |
<b>Notice</b>: Undefined index: action in <b>G:\Google drive\Medical\users.php</b> on line <b>88</b><br /> | |
<form action="" method="POST"> | |
<label><br>First Name</br><input type = "text" name = "firstName" value=""></label> | |
<label><br>Last Name</br><input type = "text" name = "lastName" value=""></label> | |
<label><br>Sex</br><input type = "text" name = "sex" value=""></label> | |
<label><br>DOB</br><input type = "date" name = "dob" value=""></label> | |
<label><br>Email</br><input type = "email" name = "email" value=""></label> | |
<label><br>Type</br><input type = "text" name = "type"></label> | |
<label><br>Password</br><input type = "password" name = "password"></label> | |
<br /> | |
<b>Notice</b>: Undefined index: what in <b>G:\Google drive\Medical\users.php</b> on line <b>104</b><br /> | |
<br /> | |
<b>Notice</b>: Undefined index: what in <b>G:\Google drive\Medical\users.php</b> on line <b>108</b><br /> | |
<input type = "hidden" name = "action" value = "<br /> | |
<b>Notice</b>: Undefined index: action in <b>G:\Google drive\Medical\users.php</b> on line <b>113</b><br /> | |
"> | |
<input type = "hidden" name = "what" value = "<br /> | |
<b>Notice</b>: Undefined index: what in <b>G:\Google drive\Medical\users.php</b> on line <b>114</b><br /> | |
"> | |
<br /> | |
<b>Notice</b>: Undefined index: action in <b>G:\Google drive\Medical\users.php</b> on line <b>116</b><br /> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment