1 2 3 4 5 |
<?php $myString = "This is good to know!"; echo $myString; echo "<h5>I guess I forgot to delete this!</h5>"; ?> |
1 2 3 4 5 |
<?php $myString = "This is good to know!"; echo $myString; echo "<h5>I guess I forgot to delete this!</h5>"; ?> |