[PHP] Create a screenshot of a website
Hi, I want to be able to get a screenshot of a given website on the fly. Can you give me any suggestions. Thank you
[PHP] Get rid of warning massage
Hi, I'm using the function file_get_contents($url). If the url is invalid the function displays a warning message while I am using my own customized message. I want to get rid of the warning message. Thank you