Is there a module that provides a text box that you can type in PHP code and then execute it and see the results?

with access to all the drupal variables of course?

Scott

Comments

vm’s picture

page content type, with the php input format which is provided by the phpfilter.module in core.

sderrick’s picture

Yes when creating content you could preview back and forth as you changed code.

What I meant was a text box in a block or view, that I could access on any published page.

thanks, Scott