<center> <form> action='transmitmydata.php' method='post' > <input type='text' placeholder='First Name' name='first_name' <input type='text' placeholder='Last Name' name='last_name' ><br/> <input type='text' placeholder='Cell Phone' name='cell_phone' ><br/> <textarea placeholder='Enter Description Here' cols='50' rows='10' ></textarea><br/><br/> <input type='button' value='Submit'> </form> </center> |
What's happening in the script above?
See also; HTML Form
See also; HTML Buttons
See also; HTML Iframe
Kevin Regan
Have an article, idea, found a typo, want to contribute? Shoot me an email
Here