working with php as script in windows tasks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • av_nagar@zahav.net.il

    working with php as script in windows tasks

    hello -

    I would like to know how do i work with php in windows tasks.

    i developed a php web application and i would like to recieve to my
    email every day a certain report which will be produced by a php
    script.

    thanks in advance for any help

  • ManChild

    #2
    Re: working with php as script in windows tasks

    av_nagar@zahav. net.il wrote:[color=blue]
    > hello -
    >
    > I would like to know how do i work with php in windows tasks.
    >
    > i developed a php web application and i would like to recieve to my
    > email every day a certain report which will be produced by a php
    > script.
    >
    > thanks in advance for any help
    >[/color]

    You can use the php.exe to run a script --- I have done so. In
    conjunction with the scheduler service you can produce your report - or
    at least have PHP run the script to.

    Something like the following command should do it.

    C:\php\php.exe c:\myapp\myscri pt.php


    I actually use cron for Windows to do this --



    J

    Comment

    Working...