Results 1 to 5 of 5

Thread: php gestures

  1. #1
    Join Date
    Aug 2009
    Posts
    74
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default php gestures

    can we design our own php gestures.if it is possible tell me how to do it.
    is this possible in php

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    What are gestures?
    - Josh

  3. #3
    Join Date
    Aug 2009
    Posts
    74
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default

    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

  4. #4
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    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

  5. #5
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •