Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call functions dynamic ?

Status
Not open for further replies.

Lazlo71

Programmer
Jul 28, 2001
2
DE
Hi folks,

I would like to know if it's possible to call finctions dynamicly, for example in a while block like:

while ($row = mysql_fetch_array($rs))
{
{$row[Function_name]. '_table'};
}

the function i wana call is 'xxxx_table'
The table field [Function_name] holds a part of
the funktion name.
Any ideas ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top