Is there any function for executing a string containing PHP code? I'm pretty sure I remember one but can't find it. Thanks.
You're looking for eval()
Cgraz