Suppose there is a HTML file that has a form in it , which contains some data , which have been taken input from the user using textarea and checkbox . How do I send this da
The action attribute of a form defines the php script (or other script) the form data gets send to. You will be able to get the data using $_GET and $_POST. In the following example the text inputs will get submitted to form_action.php