PHP According to table the in the image 1. (Assume that the following program section (Program Code 1) are variables that receives input from the user via a form. Build program code to provide instructions for entering the data into the assessments table. In addition, next build a link to view the data that has been entered.)      php include ('config.php'); $ matrixnum = $_POST['matrixnum']; $ subject_code = $_POST['subject_code ']; $ quiz = $_POST['quiz']; $ assignment = $_POST['assignment']; $ project = $_POST['project']; $ total_marks= $_POST['total_marks']; $ grade = $_POST['grade'];     Code program 1   2.(Based on the program section (Code Program 1), assume that the data wants to be updated by the user. Build program code to provide instructions for updating the data to the assessments table. In addition, build a link to view the updated data.)

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

PHP

According to table the in the image

1. (Assume that the following program section (Program Code 1) are variables that receives input from the user via a form. Build program code to provide instructions for entering the data into the assessments table. In addition, next build a link to view the data that has been entered.)   

  <?php

include ('config.php');

$ matrixnum = $_POST['matrixnum'];

$ subject_code = $_POST['subject_code '];

$ quiz = $_POST['quiz'];

$ assignment = $_POST['assignment'];

$ project = $_POST['project'];

$ total_marks= $_POST['total_marks'];

$ grade = $_POST['grade'];

 

 

Code program 1

 

2.(Based on the program section (Code Program 1), assume that the data wants to be updated by the user. Build program code to provide instructions for updating the data to the assessments table. In addition, build a link to view the updated data.)

(Given the following tables)
students
id
matrixnum
tel_num
name
So0001
Afif
012122222
So0002
Abd Razak
016788900
assesments
id
matrixnum
subject_code quiz
assignment project total_marks grade
1
S00001
MMS3013
80
90
80
83.3
A
S00002
MTD3013
50
80
90
73.3
B
** formula
total_marks = (quiz + assignment + project)/3
subjects
id
subject_code sub_name
credit
1
MMS3013
Web
3
Programming
Database
3
2
MTD3013
Table: Grading
Marks
Grade
80 - 100
A
70 - 79
B
60 - 69
C
50 - 59
D
0- 49
E
Transcribed Image Text:(Given the following tables) students id matrixnum tel_num name So0001 Afif 012122222 So0002 Abd Razak 016788900 assesments id matrixnum subject_code quiz assignment project total_marks grade 1 S00001 MMS3013 80 90 80 83.3 A S00002 MTD3013 50 80 90 73.3 B ** formula total_marks = (quiz + assignment + project)/3 subjects id subject_code sub_name credit 1 MMS3013 Web 3 Programming Database 3 2 MTD3013 Table: Grading Marks Grade 80 - 100 A 70 - 79 B 60 - 69 C 50 - 59 D 0- 49 E
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY