CakePHP Echoing HTML from Database

stalkjess

New Member
I've been trying to echo html already created by the user (Using TinyMCE) into another page in the application. The problem I keep running into is the tags are echoed into their HTML equivalents (e.g. \[code\]>\[/code\] instead of \[code\]<\[/code\]) so they show up on the page instead of effecting the markup. How do I get CakePHP to display the content as HTML instead of just echoing it?
 
Back
Top