Re: [PHP] Was: Putting Evaluated Contents...

2005-02-27 Thread Marek Kilimajer
Brian A. Anderson wrote: Hey, Now, how about taking that variable and executing it? How might one do this? For instance: I might have an asp page on one server(Yeah, I have to use asp on that server) generate the results in the form of a bit of php code, and pass it to my php script via include

Re: [PHP] Was: Putting Evaluated Contents...

2005-02-25 Thread Brian A. Anderson
Hey, Now, how about taking that variable and executing it? How might one do this? For instance: I might have an asp page on one server(Yeah, I have to use asp on that server) generate the results in the form of a bit of php code, and pass it to my php script via include method for execution.

Re: [PHP] Was: Putting Evaluated Contents...

2005-02-25 Thread Richard Lynch
Brian A. Anderson wrote: the results I could execute this? Would I have to put the ob_start()... ob_get_clean(); within a function? How would I execute it? http://php.net/eval Just be sure a Bad Guy can't insert mean nasty things into the code you eval() -- Like Music?