Results 1 to 1 of 1

Thread: rotate image (onclick, by 90s) possible?

  1. #1
    Join Date
    Mar 2008
    Posts
    1

    rotate image (onclick, by 90s) possible?

    (infos first, server-script: php, client-script:javascript, server-client/client-server protocol:json, my level:newbie)

    i have this project where you upload the images first, then you'll see it on the browser, now I want this image to be rotated by 90 degrees everytime i click a certain button(called "rotate 90 degrees")

    I really need an expert's advise about this, cause i don't have any idea how to do this kind of "functionality", all i know is that first it will travel from the javascript, then go to the php script using the json string that was passed, then the php will do the rotating, probably the php gd imagerotate function, then it will be passed through back to the javascript again to be displayed and the browser, that's all I know, but I don't know exactly how to do it, and I'm frustrated

    Has anyone else come across this problem before?
    or any suggestions?
    Last edited by paul88; 17 Mar 2008 at 07:46 AM.

Similar Threads

  1. 4 Steps to Attract Site Visitors to Image Gallery
    By useful in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Aug 2006, 03:04 AM

Posting Permissions

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