in reply to Quotes In CGI

Your problem probably has something to with not escaping characters that should be escaped.

The problem you describe has a lot of steps:

- grabbing the data from CGI
- putting the data in the database
- getting the data out of the database
- putting the data back into your html.

Just try to find out in what step the data is lost by examining the data before and after every step.

good luck!

Notalifeform