views:

93

answers:

2

Possible Duplicate:
Programmatically access currency exchange rates

Hi .

I need a help again. The deal is that i want to load a postbank.bg homepage, then just catch the HTML table where the exchange rate is , and to get the rates in an undertandable array which i can then process...

Any ideas , which is the easyest way to catch the 2 tables, and then find the values inside the tables?

what will look the regex , which will find inside the HTML text which starts

with HTML1_PART and end HTML2_PART ???? Thanks

+1  A: 

What you want to do sounds a lot like screen-scraping, which is generally frowned upon.

However, if you really really want to go ahead, ignore the frowns, and do it anyway, in PHP, you could start here: http://www.php.net/manual/en/domdocument.loadhtml.php

lucideer
A: 

My mother once met a woman on the street who was running back and forth, panting: Help! I can't get air! Help! Everybody else looked at her like she was crazy, or just ignored her, but my mother took her to the hospital, where a doctor told her she might well have saved the woman's life.

You're mixing bleach and ammonia.

reinierpost