Results 1 to 2 of 2

Thread: A question about CRON

  1. #1
    Join Date
    Sep 2007
    Posts
    12

    A question about CRON

    Can you help me to make a PHP script that do:
    - Everyday, check if that day is a member's birthday ?
    - If yes, automatically send an email to greet him.

    Thanks a lot!

  2. #2
    Join Date
    Aug 2007
    Posts
    104
    You will need to create a database to hold the birthday records - have you done this yet? Do you know how to do this?

    This is best done using PHP and MySQL as the database - do you have these installed on your Linux server?

    The database part mainly and the cron job to a lesser degree require access rights to your website but the database part is tricky for an 'outsider' to do for you. The cron script can be done and sent to you but you would have to install it and crontab it into your Linux server. Have you ever worked with cron scripts before and if so, how to you manage them? Do you use the SSH command line or cPanel?

    I know I am raising a lot of questions for you but while the task is relatively simple, if you have not done this before, it then becomes somewhat 'complex' for another person to do for you.
    Low Cost Linux Shared and VPS Hosting
    cPanel and Fastastico Applications 50+
    http://www.1849WebHosting.com

Similar Threads

  1. Web Site Partnership Question
    By ExcelSBG in forum General Questions
    Replies: 0
    Last Post: 28 Jan 2006, 09:11 PM
  2. A question of content
    By revrandysausage in forum General Questions
    Replies: 0
    Last Post: 26 Sep 2005, 02:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •