Forum Moderators: coopster
You could use an auto_prepend_file and run all your users' files through PHP and voila!
Of course, if you want to let your users run PHP too, this might create some problems, since you would be sending output so they would not be able to send any header. If you turned on output buffering it should be okay though.