Drag and Drop insertion in MySql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mehdi.louizi@gmail.com

    #1

    Drag and Drop insertion in MySql

    Hi All,
    I'm developing a site in PHP/MySql that requires Ajax for this feature
    : The user read an article and if ever he likes it he can drag it and
    drop it into his "basket". Then when he'll consult its account he'll
    found that article. I think it's easy to do but I'm a beginner and I
    didn't found any help. Please help.
    Thanks.

  • strawberry

    #2
    Re: Drag and Drop insertion in MySql


    mehdi.louizi@gm ail.com wrote:
    Hi All,
    I'm developing a site in PHP/MySql that requires Ajax for this feature
    : The user read an article and if ever he likes it he can drag it and
    drop it into his "basket". Then when he'll consult its account he'll
    found that article. I think it's easy to do but I'm a beginner and I
    didn't found any help. Please help.
    Thanks.
    hmm, did you try googling the words 'ajax shopping basket drag and
    drop' and then clicking on the very first thing it came up with?

    no, i didn't think so.

    Comment

    • mehdi.louizi@gmail.com

      #3
      Re: Drag and Drop insertion in MySql

      Even if I've done so, I found only some demos. What I'm searching for
      is some scripts, files where I can see how it functions.

      Thanks for your interest.

      Comment

      • Curtis.DanielN@gmail.com

        #4
        Re: Drag and Drop insertion in MySql

        Most demos you see will also include code. What you will need to do is
        copy the code and change it to fit your needs. The demos will be based
        on some framework...eli minating the need for you to write most of the
        JS but you will probably have to write the server side script...b/c off
        hand I can't think of any demos that actually connect to a server for
        drag and drop. Try rico I think they had a good demo.
        mehdi.louizi@gm ail.com wrote:
        Even if I've done so, I found only some demos. What I'm searching for
        is some scripts, files where I can see how it functions.
        >
        Thanks for your interest.

        Comment

        Working...