PHPFormatter
Array Count Values
The array_count_values() function returns an array which contains the keys of the original array’s value and the value is the number of occurences. A sample…
The Easiest Way to Add a Date From PHP to MySQL
Often you will be required to store a date in MySQL. Either upon an update of an existing record, or on a fresh insert of…
Array Combine
This function combines two arrays where the first array is treated as the key and the second array as the contents of the said table.…
Embedding Comments
Now, to make you a better programmer we all know the value of comments. This allows you to understand the code that you have written…
Array Chunk Function
The array_chunk() function on the on the other hand as the name implies, divides an array into chunks or several tables from the source table.…

PHP Debugging
There are different categories of an error message that the PHP interpreter may fall into: PARSE ERROR: usually problems with the syntax of the program.…

Web Page Parsing
When writing an internet address in the address bar of the browser and clicking enter to start going to that address, you send a request…

PHP or Hypertext Preprocessor Basics
PHP or Hypertext Preprocessor is an HTML embedded scripting language that is used to create web pages that are dynamic. The PHP script is embedded…
4 Important Things About PHP
1. What is PHP Programming? PHP is a web programming language designed originally to produce dynamic web pages. Mainly, the PHP language is used in…

RSIs: Programmer’s Nightmare
A programmer’s job requires him to keep his eyes focused on the glowing computer screen and keying in data by constantly pounding the keys of…



