One of the most common things we want to do when web programming is supply a list of values in drop-down or form fields etc.. So we don’t have to maintain the values ( sometimes very large lists ) in the code itself it is often times best practice to keep the in your db…
Tag: javascript
Writing a Simple Javascript Form to Capture Data
In this article Andrew Alpaugh gives some examples on how to capture form data in a website you are developing and prepare the data to insert into the database.