SZConfigFile reads in values from a PHP 'config' file and displays them in a form. In PHP it is common to include a file in every page to set common values. There is no special format to this file, just a variable name, its value, and an optional comment.
This script will let you edit variable values and comments. It will then regenerate the PHP code. Usefull for letting non-programmer admins edit values when you dont want to use a database. |