i am making an application.
the user can give description and that description is stored in
database and then the description is shown on html page.
suppose the user has written "<b>hello</b>" in description then in the
database the following will be stored "<b>hello</b>" but when i display
it on database the hello in bold letter will be displayed.
i know the soultion that i have to replace the occurrences of < with
< and occurrences of > with > but i don't know that which are other
symbols which needs some repair like above so please give me a list of
html symbols and their equivalent symbol
if u can sugges some site then also i m ready
thxs for help