This topic is locked

embed php script with in text area field

2/18/2008 4:17:15 PM
PHPRunner General questions
S
stevebrettler author

Is it possible to include a php script with in a text area field, I dont need it to display or execute on the list page.
I just need to be able to store it in the mysql field so I can use it in an external php page.
Ive tried pasting and writing it in, but php runner seems to filter it out.
Any thoughts?
Steve

J
Jane 2/19/2008

Steve,
just don't use any rich text editors for this field on the "Edit as" settings dialog on the Visual Editor tab.

S
stevebrettler author 2/20/2008

Steve,

just don't use any rich text editors for this field on the "Edit as" settings dialog on the Visual Editor tab.


Thanks Jane, that solved the problem to a point. Now the script is inserted in to the page but it doesnt get interpreted. Im assuming that it flows in after the page runs through the php interpreter, and that Im at a dead end?
Steve