hello, is it possible to call a function depending on a variable value? and how? example: $f_name = "abc"; $f_name(); // <--I wanna call abc() here, how to do it? PHP: thanks!