My question is that how can we save some html page for given url.. like if I will put the url "http://www.google.com/" then how we will save this page as html on server via php... the purpose is to read that page with utf-8 charset.. the current charset is windows-1255.. and I want to change the chrset to utf-8 or if there is any option to read that page with current charset when there is some other language in that page...
Actually I wana read the contents after search done.. of this page "http://elyon1.court.gov.il/verdictssearch/HebrewVerdictsSearch.aspx"
If there is any solution....
I m using PHP for serverside language..