tag

home / developersection / tag

Form Handling in PHP
php 06-Jun-2016
Form Handling in PHP

Information sent by the user are visible to everyone (all name and values are displayed in the URL). So, GET method cannot be used to send sensitive information (like password).