General PHP question (improve a simple if/else statement)

Posted by booze2go on Stack Overflow See other posts from Stack Overflow or by booze2go
Published on 2010-05-14T10:10:25Z Indexed on 2010/05/14 10:14 UTC
Read the original article Hit count: 204

Filed under:
|
<?php echo isset($areas['footer']) ? $areas['footer'] : null; ?>

And way to improve that?

© Stack Overflow or respective owner

Related posts about php5

Related posts about php