I have a recordset containing PHP & HTML, i want to display the raw code on the page. But of course when I spit the recordset out, it renders the current HTML page.
How can I spit out this raw code without rendering the page?
Do I need to replace the tags with HTML special characters before inserting into the database?
Thanks,
Jorge