PHP standalone from CLI

Is it possible to run PHP command line scripts without having to install apache or another webserver (on Windows)? We have a server that I need to run scripts on, but I can’t put a webserver on it, and I would much rather use PHP than vbs. Thanks!

Maybe these links will help:


http://php.net/manual/en/features.commandline.php

Sponsor our Newsletter | Privacy Policy | Terms of Service