Address Book

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
triangle
Forum Newbie
Posts: 1
Joined: Thu Jan 02, 2003 10:08 am
Location: Texas

Address Book

Post by triangle »

I have a client who is a realtor, looking for the following. He would like a form on his site that would be put into a database as an address book. He would like to keep in touch with the potential clients.

Also, he would like them to be sent things such as birthday and holiday greetings via email, as well as occasional updates of real estate information.

Does anyone have any suggestions on a script that would possibly do what he is asking?
oldtimer
Forum Contributor
Posts: 204
Joined: Sun Nov 03, 2002 8:21 pm
Location: Washington State

Post by oldtimer »

Have not heard of any but That would not be a very hard one to code.
Beans
Forum Commoner
Posts: 49
Joined: Mon Dec 23, 2002 3:06 am
Location: Manila, Philippines
Contact:

Post by Beans »

Actually, this would be quite easy to do.. except for:

"Also, he would like them to be sent things such as birthday and holiday greetings via email, as well as occasional updates of real estate information."

Would these be sent automatically? If yes, then cron jobs might to the trick. In fact, the hard part here would be getting the content to be sent to the person.
Post Reply