neither print nor echo work?! why is that?
this is more or less the code:
print $eval_code = "\$myrow['".$sort_on."']";
// this above prints fine....
while($myrow = mysql_fetch_array($result)) {
<b>'.eval($eval_code).'</b>
}
for this i get the warning posted above...
??!?!??