How to echo a function only if variable has a value?

How can I echo this function:
            <?php echo  "€" . get_post_meta( get_the_ID(), 'deal_sale_price', true ); ?>
PHP:
only if 'deal_sale_price' has a value?

Thanks a lot. :)

from PHP http://ift.tt/29MI8q5
via IFTTT
Previous
Next Post »
Thanks for your comment