HTML/PHP
1). Create an html doc in autil called callother.html with a <form> tag like this <form action=’secondform.html’ method=’POST’ enctype=’multipart/form-data’>. Be sure to include a button like used in previous assignment
2). Create the second form in your editor called secondform.html some simple message in it that you can see.
3). In a browser access type www.tarielf.com/dev/callother.html
4). when callother comes up, click on the button and it should go to callother.html