I need an idea for this: I have a page where I need to put the actual currency taken from the national bank site. I need some directions on how to do this. The HTML page has the layout unchanged every day.
give more of an example, while it may seem simple to you, we don't really have a clue what you are talking about
I have to take some text from a table .. I know the concept, but I need some advices with regexp functions.
$fp = fopen("http://www.bank.com/currency.html"); $html = fget($fp); fclose($fp);
well thats how you get the html off the site