I’m using a combination of PHP and Phonegap. I use PHP to build the HTML-files that are used in the Phonegap-application.
So before I can run the application a PHP-build-script should be started. I now do this manually in a browser each time, but I’d prefer to setup a custom builder that does this for me, when I run the application.
Is this possible? I’ve looked into Apache Ant and Phing, but if it’s possible to just start a program (CLI or browser) that runs my PHP-script, I’d be very happy, but how?
I ended up using
wget(found a version for windows somewhere).Usage :
wget.exe
-O -q “http://myproject/build.php”