PHPmonkeys.com PHPmonkeys.com

Log in


PHP Functions

http://brugbart.com/Tutorials/php-functions

Functions are used to create a block of code, that we want to run multiple times. Creating a Function allows us to call this Function, anywhere in the script. This Tutorial is about Functions in PHP.