ache/]]
Turck MMCache is a PHP Accelerator & Encoder. It increases performance of PHP scripts by cach... P interpreter. Several compilers now exist, which decouple the PHP language from the interpreter:
*... which in turn is compiled to C, then to machine code
* [[http://www.phpcompiler.org|phc]] - a C++ b... run-time for maximum compatibility
* [[http://code.roadsend.com/rphp/|Raven]] - a rewrite of Roadsen
-Framework//
(Examples from KUSKUS)
New form:
<code php>
require($_PHPLIB["libdir"]."oohforms.inc");
... // create a form object for form
</code>
===== Dropdown-Boxes =====
<code php>
$fo->add_element(array("type"=>"select",
"name"=>"f_person_gender",
"valid_regex"=>"^[a-z]*$",