PHP Lesson 3 – Creating Functions

How to create Functions in PHP and also how to Pass Variables to Functions.
Continue Reading »

Split() by newline and return using PHP

How to create an array by using the split() function on multiple newlines and returns.
Continue Reading »