Include() inside of an eval()

hey guys,

is it possible to have an include statement inside an eval() statement?

I can’t get it to work.

post your code

Yes, it’s possible. You’re probably doing something wrong if you feel the need to use eval to do an include. Eval has its place, but it too readily becomes a crutch when better techniques and approaches are called for.