PHP Basics Part3-Learn PHP Functions

In our last post about PHP variable, we came across example where we talked about function. If you haven’t gone through that then you can read PHP Basics Part 2. Functions in programming languages are used to perform certain functions/actions like calculation, displaying time & year.  These are some of the most basic examples of […]