Quoting Kristina Anderson <[EMAIL PROTECTED]>:

Yes it's definitely a flash issue.  I will replace the apostrophes in
the strings with &#39; before database insert and let you know how
that works!

Don't replace the single quotes in the database. Use the htmlentities() function on the output with the ENT_QUOTES option. This will replace the quotes (and other symbols) with the appropriate "&" strings.

Ken

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to