01-20-2008, 04:34 AM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
|
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.
|
|
|
|