reference a tables field by its index
Posted: Wed May 24, 2006 3:26 pm
Hey,
is there any way you can reference a table's field/ column name by the index its is in the list of the table's field
e.g.
I'm trying to select rows from $table left join another table on another tables id = the $table's id
$table is a variable populated from a list...
is there a MYSQL_FIELD_OFFSET(0,$table) thingy?
Kendall
is there any way you can reference a table's field/ column name by the index its is in the list of the table's field
e.g.
I'm trying to select rows from $table left join another table on another tables id = the $table's id
$table is a variable populated from a list...
is there a MYSQL_FIELD_OFFSET(0,$table) thingy?
Kendall