I've got a three table join... and it seems to work fine...
Problem.
I am trying to view a column in the main table BUT this column has the SAME NAME and that of one of the join tables...
SO... I thought ALL I needed to do was specify the row call as.
PHP:
$table1.fieldname_=_$row['$table1.fieldname'];_
YET this call is displaying ZERO results.
all the other fields in this table ARE displaying...
Thoughts?