Rabastan99
Programmer
Here is what I have,
I have a Column on the admin side of my site with a todo list for the site, the entires for the list are:
ID
Name
Date/Time
Description
Completed
I have "Completed" set up as a "TINYINT" with 1 = yes and 0 = No, and defaulted to 0. I have the list set up to filter out 1's showing only 0's in a repeated table. What I would like to do is place a button or link at the bottom of said table that will change "completed" from 0 to 1 removing it from the table.
I would also like it to refresh the table or page but thats optional. Can ANYONE tell me how to do this??
Thanx
Rab
I have a Column on the admin side of my site with a todo list for the site, the entires for the list are:
ID
Name
Date/Time
Description
Completed
I have "Completed" set up as a "TINYINT" with 1 = yes and 0 = No, and defaulted to 0. I have the list set up to filter out 1's showing only 0's in a repeated table. What I would like to do is place a button or link at the bottom of said table that will change "completed" from 0 to 1 removing it from the table.
I would also like it to refresh the table or page but thats optional. Can ANYONE tell me how to do this??
Thanx
Rab