<html> <head> <title>Formtest</title> </head> <body> <form name="cucak" method="post" action="action.php"> Name:<br> <input name="name" type="text" size="25"><br> Surname:<br> <input name="surname" type="text" size="25"><br> Email:<br> <input name="email" type="text" size="25"><br> <input type="submit" value="Ok"> </form> </body> </html> Help write the program action.php, and make sure that the entered data is added to the table