The project is on analysis of match data based on form guide,head-to-head, A team's goal tally and clashes of derby teams.This software is to decide based on the above features a favorite team in a match fixture .
added a button reference to the code dump of the "index - CSVOutput.php
<a href="index - CSVOutput.php">
<button type="button" name="button" class="btn btn-howw btn-lg" >GENERATE DATA NOW</button>
</a>
included a downloaded reference from a simple_html_dom
include_once('ESA_Includes/simple_html_dom.php');
I coded the "index - CSVOutput.php" such that when clicked it will start the analysis by scrapping data from www.soccerstats.com and uses the ESA engine for its analysis
$extractionSource_PrimaryDomain = 'http://www.soccerstats.com';
To contribute,