I'm having yet another apostrophe-related issue. It seems that the slashes are being added automatically by the HTML form and inserted into the database on save. Magic quotes is on (get_magic_quotes_gpc (); returns 1) and I have removed any addslashes() functions from my code.
The slashes seem to be spawning, i.e. the first round after entering 's and saving, I get back /'s in the text box, the next round ///'s, etc. Soon enough I have a text box full of //////////////////////////////// Apparently I'm missing something here.... Thanks, Kristina. _______________________________________________ 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
