STATACK.PHP Static Acknowledgement Page Generator for Phorm The purpose of this module is to generate a static HTML page from your Phorm acknowledgement template. The file is given a unique name, and Phorm re-directs to it after completion of processing. The purpose of this is to have a permanent page that a visitor can bookmark and return to if they wish. Also, since the URL in the browser points to this page after processing, instead of to Phorm, a browser reload won't cause Phorm to execute again. INSTALLATION To install this module, place the file statack.php in your plugins directory, and add the following lines to the registry file registry.php: < ackpg statack.php > ackpg statack.php USE To use this module, set the varible $PHORM_STATACK to true in your config file: $PHORM_STATACK = true; That's all there is to it! =========================== Copyright (c) 2002 Holotech Enterprises (phorm@holotech.net) You may freely distribute this program as-is, without modifications, as part of a valid Phorm distribution. If you are not sure whether you have a valid distribution, you can obtain one from http://www.phorm.com/. You may use this program freely, and modify it for your own purposes.