Posted by Garry Jones on 11/19/83 11:45
Excuse the newbie question.
I have seen different types of delimiters to note php code.
<?php and ?>
and
<? and ?>
However the code
<?= and ?>
is marked up by Dreamweaver as php delimiters. (ie not part of the code
itself). I have noticed that the = is necessary sometimes but would like an
explanation about its use.
Whats the difference between these codes? Are there any limitations on
browser versions, platforms, or other user settings that favour either pair
of delimiters.
Garry Jones
Sweden
[Back to original message]
|