First wanted to say that PHPBuilder seems like an amazing site to me so far. Until a couple weeks ago I had no idea what PHP was. I recently bought a book and have already learned a decent amount, and am excited by how much PHP has to offer.
Anyway, here's my question:
I want to get a page's HTML into a string, and then parse the string and return the first expression in standard US dollar form...
$(one or more digits).(2 digits)
How do I go about doing this with, let's say, this page?
Thanks!
(Please don't yell at me if I made a mistake in posting this!)