Content Management

J

John Smith

Hi,

Is there an article out there on dealing with content management systems and
how to replace characters (i.e. an apostrophe in a content management system
can't be put directly into a DB column, likewise paragraphs have to have the
html code in them to work)

Thanks

john
 
R

Randy R

how to replace characters (i.e. an apostrophe in a content management
system
can't be put directly into a DB column, likewise paragraphs have to have
the

You need to double up apostrophe's before putting them into a db...

variablename = replace(variablename,"'","''")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top