screenshot through PHP?
Posted: Mon Mar 03, 2003 12:38 am
I need to be able to make the visitors of my site play with a few drag-and-drop images, take a screen shot and then mail it to us.
A javascript drag-n-drop script can be seen at:
http://javascript.internet.com/page-det ... -drop.html
1. The user can press PRINT SCREEN on his keyboard. Through my PHP script, I want to be able to copy that image from the clipboard into a file and email it to myself.
2. Or the user may just click a button/link on my PHP page, which will do all this (screenshot and email) by itself.
Please let me know if this is possible, and if yes... how?
Thanks.
A javascript drag-n-drop script can be seen at:
http://javascript.internet.com/page-det ... -drop.html
1. The user can press PRINT SCREEN on his keyboard. Through my PHP script, I want to be able to copy that image from the clipboard into a file and email it to myself.
2. Or the user may just click a button/link on my PHP page, which will do all this (screenshot and email) by itself.
Please let me know if this is possible, and if yes... how?
Thanks.