I have a grid of 50 lots.
Each lot is a separate image. They are all unsold so each one is white. However, when someone buys a lot another database guy is going to make a form that will change the status of a table in the database to show that the lot is now either reserved or sold.
If the lot is reserved, the lots image needs to change from white to gray. If the lot is sold, the image needs to turn to red.
How can I accomplish something like this. I can dabble with PHP a little, but nowhere near this scale.
Each lot is a separate image. They are all unsold so each one is white. However, when someone buys a lot another database guy is going to make a form that will change the status of a table in the database to show that the lot is now either reserved or sold.
If the lot is reserved, the lots image needs to change from white to gray. If the lot is sold, the image needs to turn to red.
How can I accomplish something like this. I can dabble with PHP a little, but nowhere near this scale.