Forum Moderators: coopster
- htmlentities() to turn the quote marks into entities (probably this if it's just a text string)
- addslashes() to escape them (if it's in, say, a javascript alert box)
- string_replace() to get rid fo them if it's just ending up doubling the attribute quote marks.
Can you give a little more detail on where the quotes are going and what you're doing? In other words, using view source to look at the generated HTML, can you show us what one fo the offending checkboxes looks like?
My forms use the GET tag and to get to this fom i follow a link wich displays it with for example name="prod" so that does not work while making a link.
a href="index2.php?option=blablapage&type=edit&name="prod"" so that does not work :D (i cant do this with id i guess)