P
polilop
OK i know it sounds little bit wierd but here is what i have to do. I have a
database in which i store questions and answers, but the questions are about
HTML, Javascript, ASP...... So i store into my database a question like
'How do you make a letter/word in HTML bold?
Now i put the answer
<b></b>
Now i have to write out the answer
but when i do this it dosent write out on the page as it is HTML.
I know that it should be written to the db as
<b></b> but how can i do this???
database in which i store questions and answers, but the questions are about
HTML, Javascript, ASP...... So i store into my database a question like
'How do you make a letter/word in HTML bold?
Now i put the answer
<b></b>
Now i have to write out the answer
but when i do this it dosent write out on the page as it is HTML.
I know that it should be written to the db as
<b></b> but how can i do this???