Hi
Busy putting together my first competent attempt at a PHP/MySQL website, its a real estate package of sorts. I'd like to bring up a brief description of each house (in the DB) initially and when the user clicks on the photo or name etc, they will be directed to a new page with all of the details available...
as such, i guess i need to send some sort of data, the houseID (which I have created for each house uniquely), so that the new page can pull out all of the appropriate info from the DB using that houseID as a key...
Can anyone point me in the direction of some code to make this happen?
REALLY APPRECIATE IT!!
lifeworks