Re: [PHP] storing function names in db and running them as row is output?

2006-09-22 Thread Richard Lynch
On Wed, September 20, 2006 3:19 pm, blackwater dev wrote: > First, the example I have is not the real situation, just an example > so I > don't want to get into why are you doing it like that, etc. Just want > to > see if it's possible. > > Basically, I want to store stuff in a text field in a db

Re: [PHP] storing function names in db and running them as row is output?

2006-09-20 Thread Christopher Weldon
blackwater dev wrote: great, thanks. So if it's just text, eval won't do anything? On 9/20/06, Christopher Weldon <[EMAIL PROTECTED]> wrote: blackwater dev wrote: > First, the example I have is not the real situation, just an example so I > don't want to get into why are you doing it like tha

Re: [PHP] storing function names in db and running them as row is output?

2006-09-20 Thread blackwater dev
great, thanks. So if it's just text, eval won't do anything? On 9/20/06, Christopher Weldon <[EMAIL PROTECTED]> wrote: blackwater dev wrote: > First, the example I have is not the real situation, just an example so I > don't want to get into why are you doing it like that, etc. Just want to >

Re: [PHP] storing function names in db and running them as row is output?

2006-09-20 Thread Christopher Weldon
blackwater dev wrote: First, the example I have is not the real situation, just an example so I don't want to get into why are you doing it like that, etc. Just want to see if it's possible. Basically, I want to store stuff in a text field in a db like this "johns name is ucfirst('john adams')

[PHP] storing function names in db and running them as row is output?

2006-09-20 Thread blackwater dev
First, the example I have is not the real situation, just an example so I don't want to get into why are you doing it like that, etc. Just want to see if it's possible. Basically, I want to store stuff in a text field in a db like this "johns name is ucfirst('john adams') ". When I cycle throug