Is it possible to store PHP code inside a mySQL database, and then retrieve this code and have it execute at the same time?
I've tried this just now and the PHP code does not execute its just written as text. Is there any command that could maybe force php to process this text pulled from the database as code?
Thanks,
Jesse