I have database 'website' having fields - title, url, snapshot to collect information of websites . Users will fillup the form so, There is no file input for fileupload. Form have inputs for title & url.
How to generate snapshot using 'imagegrabwindow' or other php functions for given url?
How to upload generated image to 'uploads' & insert data to mysql database( title, url, snapshot)?