Sabtu, 23 Juli 2016

How form processing is done in PHP

This article explains about form processing in PHP. Users enter various data in a HTML form through different HTML controls. We will see how to process that data in a PHP script. One of the applications of PHP is processing the data provided by the users in (X)HTML forms. PHP provides two implicit arrays $_GET and $_POST which are global variables and are accessible anywhere in a PHP script. The array $_GET is used when the attribute method of the form tag is set toGET and the array $_POST is used when the attribute method of the form tag is

The post How form processing is done in PHP appeared first on Coding Security.


How form processing is done in PHP
read more

Tidak ada komentar:

Posting Komentar