Form handling using PHP | PHP Forms
Using PHP you can respond or process the data to be submitted by HTML form information will be gathered by HTML form and further processed by PHP, thus you can…
What is phpinfo() ? | phpinfo()
phpinfo() function provides large amount of information regarding the current state of PHP. This function gives information regarding version of PHP, PHP environment, OS version, compilation and extensions options, local…