Skip to content

Opening book details…

About this document

PHP Form Processing: GET vs POST by nyaoroskitchen is a document available to read on EtoBox.

This document discusses PHP form processing using the GET and POST methods. It explains that forms are used to get input from users and submit it to servers for processing. It then discusses creating a basic registration form with HTML tags and processing the submitted form data with PHP. Specifically, it covers using the $_GET and $_POST superglobal arrays to access submitted form data in PHP, and comparing the GET and POST methods, including that GET displays values in the URL while POST does not. It also

Author
nyaoroskitchen
Language
EN