[PHP] Create a screenshot of a website

2009-10-22 Thread resea soul
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

2009-10-20 Thread resea soul
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