Serban Ghita
Senior PHP and UI Developer
Who am I?
Stay in touch with me
Home
» PHP » PHP gotcha of the day: echo AND print
Reply to comment
serban.ghita
Written on:
22 September 2011
<?php
if(
$certification
){
return
$life
;
}
?>
dicix I know you liked it!
Reply
Name:
This blog is intended to foster
polite on-topic discussions
. Comments failing these requirements and spam will not get published.
Email:
Your message:
*
Tip of the day
PHP
JavaScript
Personal
Search engines
eCommerce
Readlist
Constantin Bosneaga (PHP)
Victor Stanciu (PHP)
Mircea Piturca (HTML/CSS)
Mihai Bazon (JavaScript)
<?phpif($certification){
return $life;
}
?>