First create a connection to your database
Second create a Form ( containing Text fields or any other components ) those fields will be the "Insert parameters" of your SQL statement to insert to your database table.
Third add a submit button to Execute the Insert Statement.
The above...