From 8402a0cc0a40002df223fcd01cce2507da610439 Mon Sep 17 00:00:00 2001 From: Sudipto Mallick Date: Wed, 3 Jan 2024 14:03:31 +0530 Subject: Reword the first PHP assignment --- mysql-php/index.typ | 8 ++++---- mysql-php/tpl.typ | 1 + 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 } -- cgit 1.4.1-2-gfad0