Function to Replace Single Quotes in FormsOverview
This handy function will replace the ' character entered into a web form, with an ascii equivalent. This is essential for posting and retrieval of single quotes to and from a database. This script is just a "Snippet" - it indicates how you would incorporate the function with the request.form collection, but isnt a fully working example.
NEW
Fixed some bugs.
Function to Replace Single Quotes in FormsInformation