A form's action says where the data goes. action="" means "send it back to this same page".
7-form.html — A form that posts to another page7-results.php, which receives and displays it.8.php — A form that submits to itselfspecialMission.php — Practice: reading several fields
4.specialMission2.php — Practice: build a table from form input
5.textArea.php — A rich text editorhtmlentities() for handling HTML the user typed.fileUpload.php — Receiving an uploaded file$_FILES array.fileDownload.php — Sending a file back as a download