PHP 5 Form Handling June 11, 2019 The PHP superglobals $_GET and $_POST are used to collect form-data. PHP - A Simple HTML Form The example below displays a simple HTML form ...
PHP 5 Form Validation June 11, 2019 This and the next chapters show how to use PHP to validate form data. PHP Form Validation Think SECURITY when processing PHP forms! These pa...
PHP 5 Forms - Required Fields June 10, 2019 This chapter shows how to make input fields required and create error messages if needed. PHP - Required Fields From the validation rules ta...
PHP 5 Forms - Validate E-mail and URL June 10, 2019 This chapter shows how to validate names, e-mails, and URLs. PHP - Validate Name The code below shows a simple way to check if the name fiel...