What I have:
- A Coldfusion query that gets a set of rows from my MySQL database.
- These are listings or items that need to be set to active or inactive (on or off)
- Right now all my items are in an html table on a webpage and you have to click, go to another page click and submit a form to turn the item on or off.
What I want:
An (ajax?) button in list of items in the original html table that I can click and it will update my MySQL database individually. It would be great if I could click on it and the whole row turns red and fades back to my white background when clicked 'off', and green and fade to white when i activate it. but i'm getting ahead of myself.
Start Free Trial