Calling a function from a string - How to

T

Tom Szabo

Hi All,

How do you call a function if it's name is in a string:

I have the function declared:

function Myfunc($arg1, $arg2){

echo $arg1.$arg2;
}


Now consider that cFuncName holds the functions name: cFuncName = "MyFunc"

How do I call MyFunc using this string variable?

something like .... $cFuncName("Test", "=OK") ?????

But it doesn't work.

TIA,

Tom
 
T

Tom Szabo

Besides I have managed to post it to the wrong group toooooo.........:-(

Sorry!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top