Skip to main content
September 14, 2010
Question

Is it PHP JQuery or AJAX???

  • September 14, 2010
  • 1 reply
  • 367 views

I am trying to figure out how to create the following for my repeating  PHP recordset. I need a "move to function" to select the record and move it to a folder

where the selected record can be to view later. I have attach an example of what I am looking for. Can anyone tell me which code I have to learn to get that function to work on my database?

Thank you in advance.

This topic has been closed for replies.

1 reply

September 14, 2010

You need an UPDATE query to SET the folder in your database to the selected location in your form. Lookup an update query for more info.

September 16, 2010

Ok..to get the same affect all I have to do is do a update query?