Certain quotation marks cause problems for SQL statements when submitted to the database. This script strips those unexpected quotes as well as various other problem characters.
One of two different ways to build an HTML Drop down box (option or listbox). This script offers more features, but is less efficient than the script I normally use.
Modify HTML tags and code so it can be displayed correctly as "text" rather than rendered by the web browser. Also converts html code to be saved in a database.
Oracle will often crash when sending dates in the form of strings to the database. This function formats your text correctly by adding the Oracle "TO_DATE()" function to your SQL string.