Question
select only one record
I have a MySQL table with multiple records. Fields include:
id
title
text
imageName
imageOfWeek
I would like to set up a system that would allow my client to select one and
only one record (record of the week) to display on a web page. Then next
week select a different record of the week.
Now my question: Is there a simple way to ensure that last weeks record is
deselected at the same time this weeks record is selected?
Jeff
id
title
text
imageName
imageOfWeek
I would like to set up a system that would allow my client to select one and
only one record (record of the week) to display on a web page. Then next
week select a different record of the week.
Now my question: Is there a simple way to ensure that last weeks record is
deselected at the same time this weeks record is selected?
Jeff
