What is Php Functions and How to create a Function?
1 Comment | This entry was posted on Nov 09 2010
A function is just a name we give to a block of code that can be executed whenever we need it. This might not seem like that big of an idea, but believe me, when you understand and use functions you will be able to save a ton of time and write code that is much more readable!
