S
Stefan Mueller
Because the characters ', ", ... make troubles in my input boxes I use the
following PHP command while generating the page
htmlentities($my_var, ENT_QUOTES);
However, if I use in my java scripts the string generated by htmlentities it
shows
', /", ...
Is there a java script command to change
' to '
/" to "
...
?
Sterfan
following PHP command while generating the page
htmlentities($my_var, ENT_QUOTES);
However, if I use in my java scripts the string generated by htmlentities it
shows
', /", ...
Is there a java script command to change
' to '
/" to "
...
?
Sterfan