I'm trying
$im = imagegrabscreen();
imagepng($im, "1myscreenshot.png");
imagedestroy($im);
But I just get a black image
Can you please help me ? Im using : Windows 7 , XAMPP 1.7.4 (PHP: 5.3.5)
thanks jokonardi
I'm trying
$im = imagegrabscreen();
imagepng($im, "1myscreenshot.png");
imagedestroy($im);
But I just get a black image
Can you please help me ? Im using : Windows 7 , XAMPP 1.7.4 (PHP: 5.3.5)
thanks jokonardi
Is your Apache set to 'Allow service to interact with desktop'? If not this function will not work.