Send A Message

If you have a question or comment, drop me a line and I'll be
sure to get back to you. I'm always available to answer any
questions you have regarding your website.

Full Name

Email Address

What can I help you with?


Standalone PHP Apps in Windows

November 3, 2010 at 8:56 pm | PHP, Windows | No comment

If you want to make simple standalone command-line apps in Windows using PHP, go download the Bambalam PHP EXE Compiler/Embedder. It can’t get much simpler.

Write your code, run compile.bat, and Bambalam! you’ve got you app.

For using command-line parameters, check out these variables:

$_SERVER['argc']; // number of arguments
$_SERVER['argv']; // array of arguments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Spam protection by WP Captcha-Free