Very Simply: 1.) Create database table with all of the columns you need. 2.) Create HTML form (name the HTML form elements the same as your column names). 3.) Point form action
to the Echelon Script with the appropriate table name & action to perform (insert, update, or delete). And you're done! Echelon takes care of all of the SQL scripting for
you. It will connect to the database, it will either insert, update or delete the appropriate data, then it will redirect back to the file of your choice. This allows the web
developer to modify database information very quickly when using HTML forms. Echelon cuts out the time consuming, repetitive, and hand written modification queries.