Topic: htmLawed -- allowing PHP fields
How would I prevent cleaning of HTML Fields I'm embedding into an internal database so I can create dynamic output for my users.
EXAMPLE - my HTML contains the following (NOTE OVERLY SIMPLIFIED);
<h1>$FieldOutput</h1>
The result of the cleaning
<h1></h1>
(I need the field!)
I'm going to be compressing using 'tidy'=>'-1' but the users need to manipulate the HTML in a readable fashion.