Hi all,

I have a slight workflow inhibitor with BBEdit and I'm hoping maybe someone knows the way round it... :-)

Using the HTML Markup tools, I would like to be able to inset PHP fragments as, for example, attribute values.

Thus when creating a form element I might enter the following in the action field:

        <?php echo $this->action; ?>

My expected/hoped for output would be this:

        <form action="<?php echo $this->action; ?>" method="post">

        </form>

However, BBEdit is escaping the value so Actual Output is:

        <form action="%3C?php%20echo%20$this-%3Eaction;%20?%3E" method="post">

        </form>

Can any body tell me if there is a way around this behaviour (I can't find any way to turn it off in the manual...)

Thanks in advance.
Regards,
Carlton

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to