What does the exclationmark in <?= mean?
In a script I am using, I know of a function called
function scrollArrows($m, $y)
but I cannot see how the code:
<?= $scrollarrows ?><span class="date_header"> <?= $lang['months'][$m-1] ?> <?= $y ?></span>
will pass the variables?
Please help this ignorat newbie.
Thanx