Split() by newline and return using PHP

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

POST/GET Form Variables

Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. It’s also great for debugging your codes.
Continue Reading »