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 in an HTML document.…
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 server-side scripting. However, it…
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 the keyboard. Programmers love…
Array_diff Function
The first function, array_diff() is used for comparing several tables or arrays which gives an array with the keys and values from the first array if the value is not available…
Array_diff_assoc and array_diff_key Functions
The next array comparison functions is the array_diff_assoc(array1,array2,array3,array3…..), usage is similar with all of these array_diff functions varying only in the way the comparisons are done. Below is sample…
PHP For Dummies
PHP is probably the most used scripting language on the web today. It is used by popular websites such as Facebook, Wikipedia, Yahoo and more. This is why if…
Patience is a Virtue
Trying to learn a new programming language like PHP can get a bit intimidating, especially if you have never had experience with other programming languages before. But the toughest…
Data Types and Functions of PHP
PHP, created by Rasmus Lerdorf, is a scripting/programming language created for web development. Ever since it was launched under the PHP license, it is used by almost 244 million…
Normal Programmer’s Problems
It is normal for a programmer to encounter a problem especially if you are new in the industry. If you are faced with a challenge, it could be one…