I'm wondering if there is a way to save a sreenshot of a page that is being srapped using Simple HTML DOM Parser. It seems that parser basicly usees file_get_contents to get the contetns of a given page.
I don't want to access for the second time, so...
Is it possible to use what is scrapped by SHDP to make a screenshot?
It can be echoed in script and it looks smooth, so I guess I could use imagegrabwindow, but it works only on windows machines.
Also I would prefer to avoid using any API's