RayoK Posted October 13, 2017 Share Posted October 13, 2017 (edited) This is just one example of html code used to create a form. It is what a user might use to enter information. But to process such information you need a php file (for example) that sends the info to the database, mailed, etc. HTML <form method="post" name="myform" action="process.php"> <!--text fields used to enter information--> <input type="submit" value="Send"> <input type="reset" value="Delete" /> </form> Edited October 14, 2017 by Cdorsu Link to comment Share on other sites More sharing options...
Jackson Brooklyn Posted October 20, 2017 Share Posted October 20, 2017 Please work on your index aspect, so we can read your topic with pleasure. Link to comment Share on other sites More sharing options...
Recommended Posts