Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PHP CODE QUESTION Thank you Your task is to create a PHP script which fetches the specified student's information from the file students.txt, printing it

PHP CODE QUESTION

image text in transcribed

Thank you

Your task is to create a PHP script which fetches the specified student's information from the file students.txt, printing it as shown in the example output. If the file isn't found, print "File not found!". The student's student number is used to find it. If the specified student isn't found, print "No student found with the provided id!". Each line on students.txt contains a student number, name, and whether they have registered for attendance. These are separated with the pipe character and each student's information is on its own line. If the student is attending, the number at the end of the line is 1, otherwise it's o. Thus, the structure of the file is like this: 1234| Sarah Student 1 4321 Cara Coder0 7364 Daniel Diligent1 The form sending the information is as follows:
Input student number:
Example output: Pete Programmer (86421): not attending

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions