Skip to content

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