+ 3

How to use" if "and" else"element and what difference between them in php?

23rd Jul 2018, 5:41 PM
Aman Kumar
Aman Kumar - avatar
2 odpowiedzi
23rd Jul 2018, 6:53 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
They check for conditions. If: If your condition is true, code is executed. Else: If the condition is not true, code is executed.
23rd Jul 2018, 5:43 PM
Paul Grasser
Paul Grasser - avatar