0% found this document useful (0 votes)
3 views

Project_Control_PHP_MYSQL_24-25

The document outlines a project for 2nd-year engineering students at Abdelhamid Ibn Badis University, focusing on creating a medical database using PHP and MySQL. Students are required to construct the database, input specific data, and develop a web interface for data management. The project is due by December 13, 2024, with penalties for delays and plagiarism.

Uploaded by

abdelkarim fatis
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Project_Control_PHP_MYSQL_24-25

The document outlines a project for 2nd-year engineering students at Abdelhamid Ibn Badis University, focusing on creating a medical database using PHP and MySQL. Students are required to construct the database, input specific data, and develop a web interface for data management. The project is due by December 13, 2024, with penalties for delays and plagiarism.

Uploaded by

abdelkarim fatis
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Abdelhamid Ibn Badis University of Mostaganem Engineering: 2nd Year

Faculty of Exact Sciences and Computer Science Course: File Structures and Data Structures
Department of Mathematics and Computer Science Academic Year: 2024-2025

Project Control “ PHP MySQL ”

I. The initial step is to examine the essential aspects of books that have been published on the platform
concerning PHP and MySQL.

II. The second work is either the medical database:


Patient (NumPatient, NumSocial, Name, First Name)
Physician (NumMedecin, Name, First Name)
Diagnostic ( NumDiagnostic, Description)
Treatment (NumTreatment, Description)
Entered in file(NumFile, Date of Visit, #numpatient,#nummedecin,#numtraitement, #numdiagnostic)

a. Construct the database.


b. Enter the data listed below into the database.

c. Creating a web interface using PHP is a way to display and manage data in the medical database.
d. Display the content of the table.
e. Create forms to input and remove data from tables.

Project deadline: 13-12-2024 at Midnight


(Delays and copy-paste are penalized)

Dr. C. M. BENTAOUZA
[email protected]

You might also like