<?php
if ($expression) {
?>
<strong>This is true.</strong>
<?php
} else {
?>
<strong>This is false.</strong>
<?php
}
?>
Zasto je izlaz samo This is false bez This is true ?
|
tekst posle zatvarajuceg taga |
|
|
| ||||||||||
| ||||||||||
| ||||||||||
| ||||||||||
|
|