Is there any particular reason to use one over the other? I personally tend to use the latter, as it just seems to flow better to me.
|
They do the same thing, the <?= is just called the short tag and is shorthand for <?php echo. You have to make sure the short tags are enabled to use the <?= notation. |
|||||
|
|
As far as I know, they are functionally equivalent except the second can be disabled in configurations so isn't as portable. |
|||
|
|
|
||||
|
The shorthand is clearer. It says, with as few words possible:
|
|||
|
|
|
Short tags are disabled on a significant amount of php installation so I never use
|
|||
|
|
|
I would assume that |
|||
|
|
|
Just an addon question. I've read a few years ago that using |
|||
|
|