Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is it PHP JQuery or AJAX???

Guest
Sep 14, 2010 Sep 14, 2010

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.

folder.jpg

TOPICS
Server side applications
367
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 14, 2010 Sep 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 15, 2010 Sep 15, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines