Re: [PHP] Re: accessing a mysql column by number

2002-03-28 Thread Jens Lehmann
Thursday, March 28, 2002 8:18 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: accessing a mysql column by number > > > > > Is there a way to access a column in Mysql just by using a number? > > Please refer to the MySQL-Documentation. A database doesn't have > any prede

RE: [PHP] Re: accessing a mysql column by number

2002-03-28 Thread Rick Emery
, March 28, 2002 8:18 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: accessing a mysql column by number > Is there a way to access a column in Mysql just by using a number? Please refer to the MySQL-Documentation. A database doesn't have any predefined structure, so you're responsible f

[PHP] Re: accessing a mysql column by number

2002-03-28 Thread Jens Lehmann
> Is there a way to access a column in Mysql just by using a number? Please refer to the MySQL-Documentation. A database doesn't have any predefined structure, so you're responsible for doing this. Can you explain why you need this "feature"? > Like if you had three columns called "column1", "c