Hi, newbie here
been playing with PHP & MySQL for about a day and a half now-
my question is in regards to the query and result abilities of PHP
with coldfusion, the data from a returned query could be parsed out with a CFQUERY_NAME.TABLE_FIELD_NAME format.
Does PHP have the same capibilities?
example with CF -
results from CFQuery=findit
on table alpha with rows named x y z
could be called to be displayed in html with
finit.x <-that would display the returned value in table alpha
row x
I saw something about making arrays out of query results, but couldn't find much information on this.
thx