Hello,
I was wondering if it is possible to extract information from a website (ex: stock prices), and have them automatically stored in a MySQL database.
Would appreciate any ideas/thoughts/concerns, etctera regarding this.
Thanks Alot!
Jeff
There is several ways. First check if the specific site use something like RDF stuff. If not just parse the HTML document. :-) I thing third way is to use regular expression.