Re: dynamically input fields to select from my table in the database

2008-10-02 Thread Aruna Goke
John W. Krahn wrote: Aruna Goke wrote: Thanks Rob, from the query.. if i statically substituted the array elements on both select and the condition sides, it worked. however, I want to give room to "select @smswanted(ie. only requested columns) and the condition too will will be where $given

Re: dynamically input fields to select from my table in the database

2008-10-01 Thread John W. Krahn
Aruna Goke wrote: Thanks Rob, from the query.. if i statically substituted the array elements on both select and the condition sides, it worked. however, I want to give room to "select @smswanted(ie. only requested columns) and the condition too will will be where $given[0]...[6] will be dyna

Re: dynamically input fields to select from my table in the database

2008-10-01 Thread Aruna Goke
Rob Dixon wrote: Goke Aruna wrote: Can someone be of help; I have the code below, what i wanted this code to do is to dynamically create fields to select and again to dynamically subtitute the value of the given fields. my sms content is the source of my data and my table definition is as belo

Re: dynamically input fields to select from my table in the database

2008-09-28 Thread Rob Dixon
Goke Aruna wrote: > Can someone be of help; > > I have the code below, what i wanted this code to do is to dynamically > create fields to select and again to dynamically subtitute the value of the > given fields. > > my sms content is the source of my data and my table definition is as below: >

dynamically input fields to select from my table in the database

2008-09-28 Thread Goke Aruna
Can someone be of help; I have the code below, what i wanted this code to do is to dynamically create fields to select and again to dynamically subtitute the value of the given fields. my sms content is the source of my data and my table definition is as below: (Id int auto_increment primary ke