Categories

Updated: 03/14/2005

EasyPHPConfig

Due to many people are building Dynamic Web Sites that need forms of various types, I am building a program designed for Web Developers to make forms to update config flat based files or Update MySQL database options for dynamic web sites. Can be used for installation forms or online update forms. Will output HTML forms or php forms. It is all pretty much automatic, reads the file (or pasted code in the window), gets variables and values, makes the form with input fields and the Lang files. Then you customize as per your needs. The MySQL make text fields, change to your needs. Wile you are building a new program you can add, remove and edit the values on the fly as you build. once you are finished update config to write the files and build the form, config and language files. It will make config, language and form files from an existing form, paste the form into the window. Once you make the form, you can edit the Lang files with the Lang editor, or make a new Lang based on the form. Types of config. $cfg[''variable''] = ''value''; $variable = ''value''; $variable = value; In the window you can paste your existing config into and choose the type you want and it will build it. will read $variable = ''value''; or just one per-line name, thisvariable thatvariable
©2003-2019 jCay.com