cs3mw
04-17-2007, 07:03 AM
Im really sorry about this because Im sure its really easy. I have the following table called soldproperty
propertyID primary key
clientID
propertytype foreign key
housenumber
sold_date
then i have a table callled property with amongst other info the following
propertyID
mainimage
description
where propertytype in the table soldproperty references the propertyID in the property table. Now what I want is to allow the client to view all the property s/he has bought which will be illustrated by the mainimage and description. I have the code to do this into a simple array but its just extracting the values from the mysql database!! anyone have any ideas?
propertyID primary key
clientID
propertytype foreign key
housenumber
sold_date
then i have a table callled property with amongst other info the following
propertyID
mainimage
description
where propertytype in the table soldproperty references the propertyID in the property table. Now what I want is to allow the client to view all the property s/he has bought which will be illustrated by the mainimage and description. I have the code to do this into a simple array but its just extracting the values from the mysql database!! anyone have any ideas?