I keep track of my stocks in an excel worksheet, but this involves logging onto the website, getting my numbers, and punching them in manually. In a few weeks, there will be two weeks when I won't be at a computer every day, and I don't want to lose that much data, so I'm trying to figure out a way to have it all done automatically. i want to import all of my data into a mysql database, and have a few webpages that manipulate the data in different ways (I know how to do all that). The part I don't know how to do is how to render the html from the password protected website to grab my daily info, and import that info into the database. Any good tools out there to do all of this? Thanks
Ben Bargagliotti