b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Message 4812066 (Thread)

# Nope?
Assuming the function declaration is correct (and I'm not sure about that) it is expecting the variable $messasge to be passed. However the function will echo the variable $message (and some padding) which hasn't been defined. Unless I've missed something.
(, Sat 25 Jun 2005, 23:45, archived)
#
(, Sat 25 Jun 2005, 23:56, archived)
# Right
So the function declaration was wrong. As I think I said it might have been.
Point I was making is that unless you spell your variable names correctly you're going to get problems. As I usually do.
(, Sun 26 Jun 2005, 0:09, archived)
# bad function name!
dont think you can start functions or variable names with a number, make it "fourofour" instead!
(, Sun 26 Jun 2005, 1:19, archived)