How do i can data from my custom form to a custom table
This is the code to create the form, i have created the table already, it has 3 columns, name [varchar], description [varchar] and date [date]. i am missing the code to include that allows the from to upload the values in the fields to the table please. <form method = “post” action = “”> <h3>Add … Read more