is there a way to return the name of the column a value is in? like if i am looking for "blah" and that is in column "data234" is it possible to return that column name knowing what row it is in.
thanks,
bakaneko
Check if mysql_field_name will do what you're wanting, or maybe mysql_fetch_field.
excellent thanks!