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 ?
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 ?