09-13-2017, 09:32 AM
<?= is a shorthanded <?php echo
E.g. I have defined $test = "Blah blah blah"
I can then to <?=$test;?> (you can drop the ; actually) and it will echo this value.
You can read more here:
https://stackoverflow.com/questions/2020...ean-in-php
E.g. I have defined $test = "Blah blah blah"
I can then to <?=$test;?> (you can drop the ; actually) and it will echo this value.
You can read more here:
https://stackoverflow.com/questions/2020...ean-in-php