The Roadsend Compiler for PHP lets you create royalty free executables for distribution without compromising your source code. Compiling PHPto native machine code produces faster, more efficient products for your own use or for sale to your clients. The Roadsend Compiler reinvents PHP as a general purpose language suitable for creating GUI applications (with GTK), command line programs, dynamic libraries, and compiled web applications.
The PHPWordLib is a piece of PHP software which is intended to convert MS Word (.DOC) and Rich Text Format (.RTF or .DOC) files to plain text. The PHP library is self contained and does not require absolutelly anything external in order to run. The library has two simple functions to use - LoadFile and GetPlainText. The library does all necessary checking internally and its functions will always return FALSE if something seems to be wrong with the input file.
Powerful HTML controls for database binding - For the Dreamweaver MX PHP developers who need to implement enhanced dynamic forms, the MX Widgets Suite offers a powerful alternative to the regular HTML controls. Unlike standard MX forms development, that requires manual coding to implement the application logic, our product relies on the power of the server side language and JavaScript to enforce an accurate and user friendly forms completion. MX Widgets supports: ColdFusion, PHP and ASP VBScript. Features: --Editable Dropdown; --Dependent Dropdown; --Calendar Widget; --Dynamic Search; --Enhanced Input Widgets; --n..1 Dependent Field; --Multiple browser compliance; --PHP, ColdFusion and ASP support; --Compatibility with all Dreamweaver form generators.
For the Dreamweaver MX developers who need to implement complex and interactive dynamic websites, ImpAKT 2 tNG is a tool for database application logic unified management. Unlike standard Dreamweaver MX web development, that requires manual code modification to implement the application logic, our product relies on tNG (InterAKT Transaction Engine), allowing software triggers generation and editing using intuitive GUIs to increase productivity and avoid error prone manual coding.
PHP Interactive is a web based interactive shell for PHP. It tries to be the web equivalent of the interactive shells of languages like Python, Tcl, Scheme. The user writes code in a text area (actually multiple text areas, with tabs to switch), and see the output of the code on the bottom of the page (raw, or interpreted as hml) just pressing the update button.
This class is meant to fetch a page of a given URL and send it by e-mail as HTML message.The class provides functions to set the message headers From:, To:, Cc:, Bcc: and Subject: .Alternatively, the class may also display the fetched HTML page making it be outputted by the current script.
This class is meant to generate two HTML form select type inputs making the currently selected value on the first input determine the option values that are made available on the second.It uses JavaScript to update the second input options when the first input changes.The class comes with an example that defines the options for both input from data defined by arrays, and also an example that retrieves the options values from MySQL database query results.
a simple function that returns the path to folder in which script subsides. Valuable in producing php programs that will be distributed randomly and require absolute paths. Just call this function and it will return everything up to the current folder. An example use is$serverPath = getServerPath();$serverPath .= nameOfPageToBeRequested;
localize-it will help you to localize your php scripts in an easy way.All translations are saved on plain text files, and anyone can edit and translate them using a simple text editor.