Hi as above,
I'm stuck with using a variable as a query result array field name:
while ($row = mysql_fetch_array($result)) {
echo "$row['".$cat."']";
}
Whats the right way of doing this cos it's not working!!
I think you have to use the { } somewhere don't you??
Thanks!!
Will