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 me
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?
http://l-i-e.com/art
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. Wh
3 matches
Mail list logo