Link to home
Start Free TrialLog in
Avatar of NurveTech
NurveTech

asked on

Insert html data into mssql

I am trying to create a dynamic system for my content on my website and i want to be able to enter all the formating codes with the text in the form and use html codes for formating and submit it to the database, but when i do it doesnt like the html codes when i submit to the database (mssql 2005) any idea how to get around this or make things work?

Thanks,

NurveTech
Avatar of TSmooth
TSmooth

What error messages are you getting? How are you passing the values into the database? Use parameterized queries to avoid issues with certain characters in the data you are passing.
ASKER CERTIFIED SOLUTION
Avatar of chinu1310
chinu1310
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial