Category Archives: Programming Languages

PHP Operators

PHP Operators

PHP Operators Before moving on to learn what PHP can do for you, take a moment to learn about the various operators it provides. Operators are the symbols that are used to perform certain operations on data.Different types of operators are used in  computer programming languages. Example: 3 + 4 is equal to 7. In […]

PHP Introduction?

What is PHP

PHP Stands for “Hypertext Preprocessor“. The development of PHP is began in 1994 by Rasmus Lerdorf. He declared the first release of php/FI as “Personal Home Page Tools version 1.0” on the Usenet discussion group on June 8, 1995. PHP Language It is a simple language with roots in C and Perl, yet it looks […]