Re: [PHP] Dynamically creating PHP before it is executed

2002-03-09 Thread Bogdan Stancescu
riginal Message - >From: "Samuel Ottenhoff" <[EMAIL PROTECTED]> >To: "Jonathan Duncan" <[EMAIL PROTECTED]> >Sent: Friday, March 08, 2002 10:23 PM >Subject: Re: [PHP] Dynamically creating PHP before it is executed > > >>You make sense until the la

Re: [PHP] Dynamically creating PHP before it is executed

2002-03-08 Thread Jonathan Duncan
uncan - Original Message - From: "Samuel Ottenhoff" <[EMAIL PROTECTED]> To: "Jonathan Duncan" <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 10:23 PM Subject: Re: [PHP] Dynamically creating PHP before it is executed > You make sense until the last paragraph. &g

Re: [PHP] Dynamically creating PHP before it is executed

2002-03-08 Thread Jonathan Duncan
Bogdan, Thank you for your comment, it actually made me think of a possible solution for something else I am working on. However, it is just as I thought, I am being too vague. I am most likely making my whole situation more complicated than I need. Another idea is just to do a "select *" and

Re: [PHP] Dynamically creating PHP before it is executed

2002-03-08 Thread Bogdan Stancescu
I don't quite understand why you chose such a complicated solution - I may be missing something, in which case sorry for wasting your time. But why don't you just dynamically build the select statement and then use the _fetch_array() -- and walk that array instead? Just my 2c Bogdan Jonathan