I have a form where my subscribers can enter HTML to produce a page with their code built in. I don't have a problem taking the info, but my method uses the replace("","") comand and getting the source back out sometimes gives me strange results.
Is there a command similar to the URLEncode command in ASP that creates an SQL safe text string?