PHP Programming
The Ternary Operator – Working same as If-Else
We know, in programming there are three operators named Unary Operator , Binary Operator and Ternary Operator. Operator’s name itself says that if it is a Unary Operator(e.g. Increment – Decrement operators) than it will take only one operand, If it is Binary operator(e.g. Relational operators) than it will take two operands and if it is Ternary operator than it will take three operands.
Speed up Performance of Loop with Large Arrays
As we know, FOR loop is same for all programming language, it does not matter , in which language you are working. This is about how to decrease load time. I have shown an example of PHP language. Generallly we are using the FOR loop as below which count a $large_array every time the FOR loop execute.
Start with PHP Programming
If you are new in Web Development world and would like to built up your carrier towards PHP Developer than this is going to be a greatest tutorial for starting point of view. This includes full installation process and you are ready to go for coding.
To start with the PHP programming , you should know the Facts of PHP by clicking here.
Facts of PHP Programming Language
PHP ( Hypertext Preprocessor ) was released in the 1995. PHP was originally known as Personal Home Page written as a set of Common Gateway Interface (CGI) in C Language by Danish/Greenlandic programmer Rasmus Lerdorf. Lerdorf initially created these Personal Home Page Tools to replace a small set of Perl scripts he had been using to maintain his personal homepage and was originally designed to replace a set of Perl scripts to maintain his Personal Home Pages (also known as PHP) in 1994.


I am
Recent Comments