2 lines
88 B
PHP
2 lines
88 B
PHP
|
|
<p>Hello World</p>
|
||
|
|
<?php if(isset($lorem)):?><p><?php echo $lorem; ?></p><?php endif; ?>
|