Home > Software engineering >  For the query result: row=mysql_fetch_row (res), in addition to the row [1] this reference? What is
For the query result: row=mysql_fetch_row (res), in addition to the row [1] this reference? What is

Time:10-13

This statement:

The row=mysql_fetch_row (res)

Then we use the row [0], row can reference [1] the contents of this field, however, in addition to the reference method? There is no other reference method? Such as directly in the field name reference, is that ok?

Row [id],

I tried once, a compiler error,

How to directly use the field name to refer to?

CodePudding user response:

https://www.jianguoyun.com/p/DQcPFBYQuLz_BRiBjhc

CodePudding user response:

Come to pick up points,,

CodePudding user response:

Come to pick up points,,
  • Related