how to display a table from phpmyadmin from a database on an html form and perform add and delete record functions (xampp and php)

how to display a table from phpmyadmin from a database on an html form and perform add and delete record functions (xampp and php)

please write the addRec and deleteRecord in PHP as well as the parentstbl, taking into consideration the following:

  • Name of database: happykids
  • Name of table: parentstbl
  • Attributes of parentsble: ID (int), Name (varchar), Address (varchar), NameOfChild (varchar), Age (Int), Email (varchar), Password (varchar).

There is no username or password for the xampp database.

a form to display the records from the table and be able to add and delete records in the form in an html form