View Single Post
Old 06-10-2009, 02:07 AM   #1 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Help Tired of Print - (Just an idea lol)

PS: i know, I have to much time on my hands haha

Print, Got Owned ;)

PHP Code:
<?php
// End the Use of print : )
function p($s "") {
print 
$s;
}
p(lol);
?>


Quote:
in theory you will use less text p? then print.
/just a thought

-Cf
codefreek is offline  
Reply With Quote