Just added two new tutorials about creating and using functions in PHP. I’m still working on another one or two tutorials about functions in specific. Functions are so powerful and important in PHP that I could probably write dozens of articles about them, but these first few tutorials will give beginners what they need to know.
Here’s the first two:
1. PHP Function
A function allows you to reuse a block of code throughout your application.
2. PHP More With Functions
Continue learning more about the power of PHP functions.
These are listed in our Building PHP Scripts, along with most of our tutorials.