If you wanted to have addition security, instead of using htmlspecialchars() you could use the two functions shown on this page: Fortify PHP Webapps against Cross-Site-Scripting<http://www.erich-kachel.de/?p=638>
The main function converts any utf-8 character, which is not an ASCII literal character, numeral or punctuation, into a hexadecimal unicode entity. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
