Tag Archives: shorthand if

PHP Tutorial : If condition in the short way (shorthand if)

Do you know basical php if() condition right? But, my questions is : do you know the short way? If not, I will show you the diferrence,: <?php $a=1; $b=3; $c = $a+$b; //THE SHORT WAY COMES print $c == … Continue reading

Posted in Basic PHP | Tagged , , , , , | 2 Comments