cmdr_bond wrote:I was wondering if it's possible to save PHP scripts in a table
Sure... a PHP script is simply text.
cmdr_bond wrote:And how would you go about outputting it?
Using the [man]eval/man command, which invokes the rule of thumb when using eval (it's most likely unnecessary and dangerous, and you should probably redesign your app).