View Single Post
Old 01-20-2008, 04:34 AM   #3 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

PHP Code:
function br($num null)
{
    if (
$num == null) {
        echo 
'br function must contain a value';
    }
    else {
        echo 
"<br>";
    }

Do you have any idea at all what you are doing? If yes, what are you TRYING to do?
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote