I recently found some PHP code that looked like this:
<?= getValueFromKey("Smith, Jane") ?>
Does anyone know what <?=
means or the difference between it and <?php
?
I recently found some PHP code that looked like this:
<?= getValueFromKey("Smith, Jane") ?>
Does anyone know what <?=
means or the difference between it and <?php
?