Hi,
in echo $data["fieldName"]."
";
how is possible to use a variable to specify the field name to have dynamic values?
es.
$variable="field1";
echo $data[$variable]."
";
this is a simple example, i'd like to read fields names stored in a db and use to have theirs values.
thanks.
Fabio
phprunner 8.1 enterprise build 25268