<?=$var?>

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

<?=$var?>

Post by Shendemiar »

Beeing used to use

Code: Select all

<?=$var?>
, and now with the longer startingtag,

Code: Select all

<?php
, does anything similar exist, or should i just use

Code: Select all

<?php echo $var ?>
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

the latter.
Post Reply