This repository contains a simple PHP-based Student Management System that utilizes XML and MySQL for storing, retrieving, and managing student data. The system allows you to:
- Create XML files with student data.
- Read and query XML data using DOM and XPath.
- Export XML data to a MySQL database.
- Retrieve data from the database and export it as XML files.
- XML Data Storage: The system can create and manage XML files containing student information, including details like names, grades, and family information.
- XPath Queries: Using XPath queries, you can efficiently search and filter student data based on various conditions.
- Database Integration: The system can import student data from XML files into a MySQL database and export data back into XML format.
- Simple Interface: An easy-to-use interface that allows for exporting data to and from MySQL to XML files.