Results 1 to 3 of 3

Thread: XML Service

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2004
    Location
    india
    Posts
    2

    XML Service

    Hello,

    I want to send some reminder mails from my web site. I have done a mail reminder code for this. This will work only when somebody open the site. I want this to go automatically. How can I do that. Can an XML service do this. Can anybody send some code how to create the xml service

    with regards

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    A cron job (on Unix, a scheduled task in Windows) can do it. This is a program that is called repeatedly after a fixed interval. This interval can be anything from less than a second to days. You would probably like a job that runs once a day, checks if someone needs a reminder and sends it when necessary.

    An XML service is a concept, not an actual thing.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2004
    Location
    india
    Posts
    2
    I want the email to be sent on particular date.Any other method is there, other than windows scheduler

Posting Permissions

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



Click Here to Expand Forum to Full Width