OP 17 July, 2020 - 05:10 PM
Code:
<?php
$img = imagegrabscreen();
imagepng($img,"screenshot.png");
imagedestroy($img);
?>
Create an account or sign in to comment | ||
You need to be a member in order to leave a comment | ||
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|