summary refs log tree commit diff stats
path: root/mysql-php
diff options
context:
space:
mode:
authorSudipto Mallick <smlckz@bccr>2024-01-03 14:03:31 +0530
committerSudipto Mallick <smlckz@bccr>2024-01-03 14:03:31 +0530
commit8402a0cc0a40002df223fcd01cce2507da610439 (patch)
treecf4e29ee1f5a94270207906f14b7978cf560d110 /mysql-php
parent2cce8a7f35700bb224d774eb3b63d8a19edf186f (diff)
downloadzadania-8402a0cc0a40002df223fcd01cce2507da610439.tar.gz
Reword the first PHP assignment
Diffstat (limited to 'mysql-php')
-rw-r--r--mysql-php/index.typ8
-rw-r--r--mysql-php/tpl.typ1
2 files changed, 5 insertions, 4 deletions
diff --git a/mysql-php/index.typ b/mysql-php/index.typ
index 21fe3bc..d76875a 100644
--- a/mysql-php/index.typ
+++ b/mysql-php/index.typ
@@ -11,10 +11,10 @@
 
 #set raw(lang: "php")
 
-+ Create a table `Student` containing the fields `name`, `roll`, `city`, `email` and `date_of_birth`. Then,
-  - Insert 5 records into this table,
-  - Display all of them, and
-  - Display those students who were born in between `01/01/2000` to `31/12/2005`.
++ Create a table `Student` containing the fields `name`, `roll`, `city`, `email` and `date_of_birth`. Then, 
+  - Create a form to insert records into this table (and insert at least 5 of them),
+  - Display all of the records,
+  - Display records of those students who were born in between `01/01/2000` to `31/12/2005`, and
   - Take a valid E-mail address from the user, search for the student with the E-mail address and display the details of the student.
 + 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.
diff --git a/mysql-php/tpl.typ b/mysql-php/tpl.typ
index 1179925..124e349 100644
--- a/mysql-php/tpl.typ
+++ b/mysql-php/tpl.typ
@@ -34,6 +34,7 @@
   )
   show raw.where(block: true): it => align(left, it)
   set raw(theme: "vendor/gr.tmTheme")
+  set list(marker: ([--]))
   set par(leading: 0.6em)
   body
 }