I have a javascript that dynamically builds an html page. In the html page there are textarea boxes for the user to type information in. The information already exists in
You can't do it with only Javascript. You'll need some server-side code (PHP, in your case) that serves as a proxy between the DB and the client-side code.