Hi,
For printing statements in PHP we make use of echo like this.
<?php echo "Coderz Heaven"; ?> |
An alternative way of echo or a shorthand of echo will look like this.
<?="Coderz Heaven"?> |
Hi,
For printing statements in PHP we make use of echo like this.
<?php echo "Coderz Heaven"; ?> |
An alternative way of echo or a shorthand of echo will look like this.
<?="Coderz Heaven"?> |