can we design our own php gestures.if it is possible tell me how to do it.
is this possible in php
can we design our own php gestures.if it is possible tell me how to do it.
is this possible in php
What are gestures?
- Josh
Gesture means, suppose if we write some thing on screen through cursor then the certain task should be performed
For example if i write 'C' on screen then it should close the window
It's not possible in php, php is a server-side scripting language only. Maybe it's possible in JavaScript, but you'd need to write the script entirely from scratch.
Good luck.
- Josh
Bookmarks