Main Street James wrote:
crewsta,
DW is the tool you're using for your HTML. Do you have any server-side code for your website (besides your HTML)?
As Zach mentioned you need to post your data back to your server. It's usually like this:
Form -> POST -> Server Code -> Database
Your server code will depend on what you've installed on your VPS (such as PHP, Perl, Python, Ruby on Rails, etc) as well as any software packages or frameworks your site uses (if any).
BTW, getting the data into your DB is half the battle. How are you going to get it out?
I'm not getting the datas out, I have my algorithm to deal with the data, so it's not pure I/O. Just need to deal with the input part