Simple Php Webpages Parsing 03.04.08
This is a Simple PHP Webpages Parsing Project.
Webpage - http://www.bet365.com
You have to create a PHP Script which will parse this website using fopen, CURL or any method you like and collect some data to be displayed.
Data to be fetched - I need to script to fetch all Tennis Match Coupons that will happen in Next 24 hours.
How to get this data:
1. Visit http://www.bet365.com
2. Click on “Tennis” on left-side menu.
3. On next page click on “Next 24hrs” button on top, next to Tennis - All.
4. On next page, click on “Full List” link under “Match Coupon”.
5. On next page you get all the data that is reuired - Tennis Match Coupons for next 24 hours.
I need data in format: Player name and Odds of the player for winning the match. Odds should be in decimal format. Example - 1.53.
This is possible in HTML Parsing of the webpages.
So please try it out at your end to see if you are able to get these data.
If you need any help, please post PMB.



