how to implement automatic invocation of a script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anees

    how to implement automatic invocation of a script

    hi,
    am trying to implement a mail redirectional script by reading the POP3
    server mails.

    ie all d mails which comes under <anyone>@compan yname.com will
    redirect to <anyone>@<hisow ndomain(yahoo,g mail,...).com>

    ok whtevr it iss

    i want to know in which are all the way i can excecute this script.

    choice#1: i will hav a php script dat will refresh in each minutes.
    Here i need to keep a window open to run the script in any machine.

    Choice#2 :is der any way to do the same in server (with the help of
    providers).

    Plz share ur own ideas too for dis

    Regards
    Anees

  • Roy Kaldung

    #2
    Re: how to implement automatic invocation of a script

    Anees wrote:
    hi,
    am trying to implement a mail redirectional script by reading the POP3
    server mails.
    >
    ie all d mails which comes under <anyone>@compan yname.com will
    redirect to <anyone>@<hisow ndomain(yahoo,g mail,...).com>
    >
    ok whtevr it iss
    >
    i want to know in which are all the way i can excecute this script.
    >
    choice#1: i will hav a php script dat will refresh in each minutes.
    Here i need to keep a window open to run the script in any machine.
    >
    Choice#2 :is der any way to do the same in server (with the help of
    providers).
    >
    Plz share ur own ideas too for dis
    Hi,

    ask your provider how to use cron jobs.

    hth,
    Roy

    Comment

    Working...