Differences
This shows you the differences between the selected revisions of the page.
2009-04-14 | 2009-04-14 | ||
typo (martin) | no install or register php (martin) | ||
Line 92: | Line 92: | ||
If you are familiar with other scripting languages, you can use those. | If you are familiar with other scripting languages, you can use those. | ||
- | Note that while you may find installing new scripting engine to Windows troublesome, you may not need to install anything actually. E.g. for using PHP interpreter, you can just grab the [[http://www.php.net/downloads.php|Windows binary PHP zip package]] and extract ''php.exe'' and ''php5ts.dll'' files out of it. These two binaries alone support most (if not all) features you need. | + | Note that while you may find installing new scripting engine to Windows troublesome, you may not need to install anything actually. E.g. for using PHP interpreter, you can just grab the [[http://www.php.net/downloads.php|Windows binary PHP zip package]] and extract ''php.exe'' and ''php5ts.dll'' files out of it. These two binaries alone support most (if not all) features you need. No installing or registration is requried. |
Now you can execute PHP script ''example.php'': | Now you can execute PHP script ''example.php'': |