I accidentally saw PHP desktop application development yesterday. I tried it today.
It is good to develop small desktop applications with phper.
According to the demo in example, rewrite a web browser to allow regular access to some pages.
Key code:
define("ID_TIMER_BROWSER",501);
Complete phpw code:
<?php/******************************************************************************* WINBINDER - The native Windows binding for PHP for PHP Copyright ?Hypervisual - see LICENSE.TXT for details Author: Rubem Pechansky (http://winbinder.org/contact.php) HTML control*******************************************************************************///------------------------------------------------------------ SYSTEM PARAMETERSdefine("PATH_SCRIPT",dirname(__FILE__) . "/");define("PATH_DATA",PATH_SCRIPT);define("PATH_INC",PATH_SCRIPT . "../include/");define("PATH_RES",PATH_SCRIPT . "../resources/");//----------------------------------------------------------------- DEPENDENCIESinclude PATH_INC . "winbinder.php";//-------------------------------------------------------------------- CONSTANTSdefine("APPNAME", "WinBinder mini-browser");define("HTML_CODE", "