Well most of the site is up now, thanks to the help of the users in this forum.
Now I have a BIG problem which I know will be difficult for me since I am a newbie, however I have learned alot in the last 2 months.
Ok here is what I am attempting to do:
I have a database FULL of members. We are anticipating that some members will start to become inactive. I need to construct a script that AUTOMATICALLY run every month on a certain date. This script will look at the emails of each member and email them a Confirmation type of email. They would then click on a link and it would re-activate their account.
The problem I am having bascially is that I need to find out HOW to get a program to run by itself every month. I am confident that I can write the scripts that email teh members, and setting the database up (have a column that would have a value of 1 for confirmed and 0 for unconfirmed).
Can anyone point me to what I need in order to be able to accomplish this task?
Thanks guys!