Perishable Press

Perishable on Tumblr-- it's about time..
Nov 23
Permalink

PHP Echo Shortcut

Quick PHP shortcut to save a few keystrokes:

We can write this:

<?=$variable; ?>

To replace this:

<?php echo($variable); ?>