Calling a Function Dynamically function sayHello() { print "hello"; } $function_holder = "sayHello"; $function_holder();?>