Question about mySQL SELECT query and '*'
#2

Yes, the star selects everything. But as the name implies, mysql_fetch_field_row is to be used to fetch the data from a single field. If you're looking to get more data from different fields, you're better off using mysql_fetch_row and splitting the result afterwards with sscanf.
Reply


Messages In This Thread
Question about mySQL SELECT query and '*' - by MP2 - 10.01.2012, 10:42
Re: Question about mySQL SELECT query and '*' - by Vince - 10.01.2012, 11:41
Re: Question about mySQL SELECT query and '*' - by MP2 - 10.01.2012, 13:17
AW: Question about mySQL SELECT query and '*' - by Blowfish - 10.01.2012, 14:34
Re: Question about mySQL SELECT query and '*' - by AndreT - 10.01.2012, 14:38

Forum Jump:


Users browsing this thread: 1 Guest(s)