Tutorial on Function Arguments in PHP, including useful examples. Function arguments can be used to markup links, submitted by users on blogs, forums and guestbooks.
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.