In todays Programming tutorial I show you how to grab information from a website using Regular Expressions in PHP. The information was particularly hard to get for the following reasons:
- It was plain text
- There were no tags to search for
- Data I wanted was laid out in an unorganized way
- I had to search for odd unicode characters like ½
I did it though using Regular Expressions and I’ll show you how.
