Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Its the same logic. It just happens to be 1 compact line (which I always forget the syntax of, so I never use it), rather than using code blocks. Just programming differences. The one line compact is more useful (to me) when you use something like this:[php] $is_happy = true;$happygolucky = $is_happy ? 'true' : 'false';[/php]
Its the same logic. It just happens to be 1 compact line (which I always forget the syntax of, so I never use it), rather than using code blocks. Just programming differences. The one line compact is more useful (to me) when you use something like this:
[php] $is_happy = true;
$happygolucky = $is_happy ? 'true' : 'false';[/php]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences