summary refs log tree commit diff stats
path: root/mysql-php/text/a2.typ
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-php/text/a2.typ')
-rw-r--r--mysql-php/text/a2.typ4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-php/text/a2.typ b/mysql-php/text/a2.typ
index 989f30f..1f3c115 100644
--- a/mysql-php/text/a2.typ
+++ b/mysql-php/text/a2.typ
@@ -4,7 +4,9 @@
 #set par(leading: 0.65em)
 
 #assignment(2)[
-  Write a PHP script to insert the records in the table in Assignment 1 and display the records in a separate table of all those students who were born in between `01/01/2000` to `31/12/2005`.
+  Design a `Login` table to take `username` and `password`, and
+  - Show all records of the `Student` table for an authorized user, whose username and password exists in the `Login` table.
+  - Allow the authenticated users to change their username and password.
 ]
 
 #scos(2)[