Full PHP Master

Learn Php & Make Base For Development.

Thursday 15 February 2018

PHP Forms and User Input

PHP  Forms and User Input   The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input.   PH...
Read More

PHP Functions - Adding parameters

PHP Functions - Adding parameters   To add more functionality to a function, we can add parameters. A parameter is just like a variab...
Read More