By sderrick on
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
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
=-=
page content type, with the php input format which is provided by the phpfilter.module in core.
Not exactly what I meant.
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