bddotnet
9-20-09, 06:00 PM
I've recently been hired to design a site for a lady who does FSBO properties. I would like to include a way for people to sign up to receive email updates when properties are listed that match their search criteria. I've seen this done on many MLS and realtor websites.
Her properties, sellers are both in separate MySQL database tables. My question is:
Do I just look at code for a way to do this and use someone else's creation?
Something tells me that if I were to store the buyers/email subscribers and their criteria into a MySQL database table and then create a table that logs the date/time that each email was sent, then I could somehow automatically email them the list of properties that have those keywords in the listing, correct?
Thanks in advance!
Her properties, sellers are both in separate MySQL database tables. My question is:
Do I just look at code for a way to do this and use someone else's creation?
Something tells me that if I were to store the buyers/email subscribers and their criteria into a MySQL database table and then create a table that logs the date/time that each email was sent, then I could somehow automatically email them the list of properties that have those keywords in the listing, correct?
Thanks in advance!