Hi,
I'm not sure if i can do this with PHP but i am very keen to find out.
I want to basically change my image and data that is being pulled out of a database everytime the browser is refreshed.
Heres the scenario i have 2 tables, rentals and sales that contain some of the same fields such as property name description and cost (theres an image too ). I need a way to change what is displayed every browser refresh, so one time the data might come from one table the next the other table.
I was thinking along the lines of setting up a holding table that stores the info from the two table , but i dont know how to tell it to change the data.
Any help will be greatly appreciated.