473,396 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Auto Email Greeting in PHP to Members

Hi,

I am looking to build an PHP application which will automatically send
birthday greeting email to subscribers. The content of that email will
change from time to time. Please help. Links to tutorial to accomplish
this objective is very much appreciated.

Thanks.

Regards,
Edwin

Oct 10 '07 #1
3 3840
tk*****@gmail.com wrote:
Hi,

I am looking to build an PHP application which will automatically send
birthday greeting email to subscribers. The content of that email will
change from time to time. Please help. Links to tutorial to accomplish
this objective is very much appreciated.

Thanks.

Regards,
Edwin
Grab the PHP manual, MySQL Manual, an editor, and start reading ;-)

Try Google for any PHP/MySQL Tutorials, there are loads.
Oct 10 '07 #2
On Oct 10, 3:41 pm, tkaw...@gmail.com wrote:
Hi,

I am looking to build an PHP application which will automatically send
birthday greeting email to subscribers. The content of that email will
change from time to time. Please help. Links to tutorial to accomplish
this objective is very much appreciated.

Thanks.

Regards,
Edwin
Hi Edwin,

Read my tutorials on wiki.greenquery.com.
There you will find simple and usefull examples on howto work with
MYSQL and sending emails.

//Michael

P.S
I hope it's of any help to you

Oct 10 '07 #3
tk*****@gmail.com wrote:
>
I am looking to build an PHP application which will automatically send
birthday greeting email to subscribers. The content of that email will
change from time to time. Please help. Links to tutorial to accomplish
this objective is very much appreciated.
You don't want your web application sending the emails. Remember that the
PHP app will only run when someone makes a web request. If no one happens
to make a web request on a Sunday, your app won't run at all.

You should use something like cron to fire off a task once a day to query
the database, format and send the email. You could write that task in PHP,
but it doesn't have to be.
--
Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Oct 12 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Alex Bell | last post by:
I am developing at http://www.members.iinet.net.au/~abell1/test/index.htm with city.css at http://www.members.iinet.net.au/~abell1/test/city.css. Both validate. In index.htm there is a block of...
18
by: nenad | last post by:
Wouldn't it be nice if we could do something like this: class Funky{ public: auto virtual void doStuff(){ // dostuff } };
4
by: Leon | last post by:
I have 10 .aspx pages within my web application and would like to know what is the best way I can write code within my header user control so that the greeting message change for each page the user...
3
by: Brian Mitchell | last post by:
What's the secret to getting the text editor to automatically create the interface members when you use an implements? I am implementing an interface in my class, which has about 20 functions, 2...
8
by: Bill Rust | last post by:
I've created an "Add Item" wizard for VB.NET 2003 that allows a user to add a specialized class that works with my application framework. In the wizard, the user can select the interfaces they...
6
by: | last post by:
Hi, can someone provide some advise on how to get around with using auto generated proxies? basically I already have the proxy classes, and they are used by other places. I'd like use these...
0
by: Peter Stojkovic | last post by:
I am using VS.2005 BASIC Auto List members is ON for ALL LANGUAGES BASIC But i see never the members for an object !!
1
by: Jefferds.A | last post by:
Hi, I'm putting together a little database of individuals categorized by family. I have two lists, one that contains family names and one that contains individuals' names. When you click on a link...
2
by: HariKutty | last post by:
Hello Every one My Use Case: I want to display the list of matching email address from the word typed in by the User. Example If the User types "a" in textbox then it shoud display ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.