POST – Review
POST – Review In our PHP Forms Lesson we used the post method. This is what the pertinent line of HTML code looked like: HTML Code Excerpt: <form action=”process.php” method=”post”> <select name=”item”> … <input name=”quantity” type=”text” /> This HTML code specifies that the form data will be submitted to the “process.php” web page using the [...]

