Possible Duplicate:
How to display content of one site in another using PHP?
I need to display tide data on a website I am creating, I don't have any access to API's for such data so I was wondering if it is possible to take the table on this page: http://www.bom.gov.au/cgi-bin/oceanography/tides/tide_predications.cgi?location=SA_61900&tide_hiddenField=South%20Australia&years=2012&months=Oct&dates=16 and display it on my own page with the ability to reformat it so it looks pretty. Would it be possible to do this with PHP or Java?