PHP Syntax rule
Every programming language has some syntax rule. PHP has also some syntaxt that can surprise.In this article, we will discuss abou...
Share on
Every programming language has some syntax rule. PHP has also some syntaxt that can surprise.In this article, we will discuss abou...
There's no difference between die() and exit function in PHP they are the sameThe PHP Manual for exit states: This language cons...
In PHP and Javascript Variables have a limited "scope" which means that variable has a limited place where they are accessible. ...
Loops are used to execute or run the same block of code multiple times, as long as a given condition is true. if we want to run sa...