Skip to content

"Implement student record seeding and display functionalities#1

Open
OxheiCodes wants to merge 13 commits intoiamjonjackson:masterfrom
OxheiCodes:master
Open

"Implement student record seeding and display functionalities#1
OxheiCodes wants to merge 13 commits intoiamjonjackson:masterfrom
OxheiCodes:master

Conversation

@OxheiCodes
Copy link

  • Added seed.php to automatically insert fake student records into the database using Faker for data generation.
  • Created students.php to fetch and display all student records in an HTML table, correcting database access methods for MySQLi.
  • Fixed issues related to undefined method calls in MySQLi and adjusted database table references.
  • Ensured secure handling of output data using htmlspecialchars to prevent XSS attacks."

- Added `seed.php` to automatically insert fake student records into the database using Faker for data generation.
- Created `students.php` to fetch and display all student records in an HTML table, correcting database access methods for MySQLi.
- Fixed issues related to undefined method calls in MySQLi and adjusted database table references.
- Ensured secure handling of output data using `htmlspecialchars` to prevent XSS attacks."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant