bccamp
Technical User
- Jan 20, 2005
- 69
I have links and images stored in a mysql db that I am trying to display in code form after reading from the db. The code is in the form
I want to read it from the db and display it in that form. I am creating a record addition/editing form, and this is for the editing portion. After displaying and editing, I then want to write it back to the db in the correct, edited form.
So far, I can either display the link, or strip the tags and display the text. I want to display the whole code. What's the easiest way to go about this?
Thanks
Code:
<a href="page">link</a>
I want to read it from the db and display it in that form. I am creating a record addition/editing form, and this is for the editing portion. After displaying and editing, I then want to write it back to the db in the correct, edited form.
So far, I can either display the link, or strip the tags and display the text. I want to display the whole code. What's the easiest way to go about this?
Thanks